Skip to content

Commit

Permalink
[Update] AGImagePickerController (2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgrigor committed Feb 8, 2013
1 parent a6ceaa3 commit d634009
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions AGImagePickerController/2.0.1/AGImagePickerController.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "AGImagePickerController"
s.version = "2.0.1"
s.summary = "AGImagePickerController is a image picker controller that allows you to select multiple photos and can be used for all iOS devices."
s.homepage = "https://github.com/arturgrigor/AGImagePickerController"
s.license = 'MIT'
s.author = { "Artur Grigor" => "arturgrigor@gmail.com" }
s.source = { :git => "https://github.com/arturgrigor/AGImagePickerController.git", :tag => s.version.to_s }
s.platform = :ios
s.source_files = 'AGImagePickerController/*.{h,m}'
s.resources = 'AGImagePickerController/AGImagePickerController.bundle'
s.framework = 'AssetsLibrary'
s.requires_arc = true
end

0 comments on commit d634009

Please sign in to comment.