-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wade.hawk
authored and
wade.hawk
committed
May 8, 2017
1 parent
1272576
commit 6b0ed57
Showing
4 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 |
10 changes: 10 additions & 0 deletions
10
Example/TLPhotoPicker.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
Pod::Spec.new do |s| | ||
s.name = 'TLPhotoPicker' | ||
s.version = '0.1.0' | ||
s.summary = 'A short description of TLPhotoPicker.' | ||
s.summary = 'multiple phassets picker for iOS lib. like facebook' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
|
@@ -21,14 +21,14 @@ Pod::Spec.new do |s| | |
TODO: Add long description of the pod here. | ||
DESC | ||
|
||
s.homepage = 'https://github.com/wade.hawk/TLPhotoPicker' | ||
s.homepage = 'https://github.com/tilltue/TLPhotoPicker' | ||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'wade.hawk' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/wade.hawk/TLPhotoPicker.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://github.com/tilltue/TLPhotoPicker.git', :tag => s.version.to_s } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
|
||
s.ios.deployment_target = '8.0' | ||
s.ios.deployment_target = '9.0' | ||
|
||
s.source_files = 'TLPhotoPicker/Classes/**/*' | ||
|
||
|