Skip to content

Commit

Permalink
[Add] WSAssetPickerController (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Izvekov committed Oct 21, 2012
1 parent 4d6ae69 commit e632fed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions WSAssetPickerController/0.0.1/WSAssetPickerController.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do|s|
s.name='WSAssetPickerController'
s.version='0.0.1'
s.author = 'Wes Smith'
s.license = {:type => 'Apache License, Version 2.0', :file => 'LICENSE'}
s.homepage = 'https://github.com/w5mith/WSAssetPickerController'
s.summary="Alternative to UIImagePickerController provides the ability to select multiple images."
s.description="This is an iOS, Objective-C alternative to UIImagePickerController that looks almost exactly the same, but provides the ability to select multiple images. It's as easy to setup as UIImagePickerController and it works in both portrait and landscape orientations. It requires the addition of AssetsLibrary.framework. This code uses ARC."
s.source={:git=>'https://github.com/w5mith/WSAssetPickerController.git', :commit=>"27e51f921d67603cb58ab8cf8ac3b1bae3f1ff39"}
s.source_files='src/*.{h,m}'
s.platform = :ios, 5.0
s.framework = 'QuartzCore', 'AssetsLibrary', 'UIKit', 'CoreGraphics'
s.requires_arc = true
s.resources = 'demo/WSAssetViewSelectionIndicator.png','demo/WSAssetViewSelectionIndicator@2x.png'
s.prefix_header_file = 'demo/WSAssetPickerController-Prefix.pch'
end

0 comments on commit e632fed

Please sign in to comment.