Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cruisediary committed May 5, 2017
1 parent aaf0358 commit 6d608a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pastel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Pastel'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'Instagram like gradient background animation'

# This description is used to generate tags and improve search results.
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'cruz' => '[email protected]' }
s.source = { :git => 'https://github.com/cruz/Pastel.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/cruisediary/Pastel.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 6d608a3

Please sign in to comment.