Skip to content

Commit

Permalink
first push
Browse files Browse the repository at this point in the history
  • Loading branch information
wade.hawk authored and wade.hawk committed May 8, 2017
1 parent 1272576 commit 6b0ed57
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Carthage
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/
Pods/
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
10 changes: 10 additions & 0 deletions Example/TLPhotoPicker.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions TLPhotoPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -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/**/*'

Expand Down

0 comments on commit 6b0ed57

Please sign in to comment.