Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
Update podspec for 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
grp committed Mar 20, 2015
1 parent 428c588 commit d9c6913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tweaks.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'Tweaks'
spec.version = '1.1.0'
spec.version = '2.0.0'
spec.license = { :type => 'BSD' }
spec.homepage = 'https://github.com/facebook/Tweaks'
spec.authors = { 'Grant Paul' => 'tweaks@grantpaul.com', 'Kimon Tsinteris' => 'kimon@mac.com' }
spec.summary = 'Easily adjust parameters for iOS apps in development.'
spec.source = { :git => 'https://github.com/facebook/Tweaks.git', :tag => '1.1.0' }
spec.source = { :git => 'https://github.com/facebook/Tweaks.git', :tag => '2.0.0' }
spec.source_files = 'FBTweak/*.{h,m}'
spec.requires_arc = true
spec.social_media_url = 'https://twitter.com/fbOpenSource'
Expand Down

0 comments on commit d9c6913

Please sign in to comment.