Skip to content

Commit

Permalink
Update Podspec for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed May 8, 2014
1 parent 64675fd commit d397807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FDTake.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "FDTake"
s.version = "0.1.1"
s.version = "0.2.0"
s.summary = "Easily take a photo or video or choose from library."
s.homepage = "https://github.com/fulldecent/FDTake"
s.license = 'MIT'
s.author = { "William Entriken" => "github.com@phor.net" }
s.source = { :git => "https://github.com/fulldecent/FDTake.git", :tag => "v0.1.1" }
s.source = { :git => "https://github.com/fulldecent/FDTake.git", :tag => "v0.2.0" }
s.platform = :ios, '4.0'
s.source_files = 'FDTakeExample/FDTakeController.{h,m}'
s.resources = "FDTakeExample/*.lproj"
Expand Down

0 comments on commit d397807

Please sign in to comment.