forked from uzysjung/UzysAssetsPickerController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUzysAssetsPickerController.podspec
More file actions
19 lines (15 loc) · 957 Bytes
/
UzysAssetsPickerController.podspec
File metadata and controls
19 lines (15 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "UzysAssetsPickerController"
s.version = "0.9.5"
s.summary = "Alternative UIImagePickerController , You can take a picture with camera and pick multiple photos and videos."
s.author = { "UzysJung" => "uzysjung@gmail.com" }
s.homepage = "https://github.com/uzysjung/UzysAssetsPickerController"
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios , '7.0'
s.source = { :git => "https://github.com/uzysjung/UzysAssetsPickerController.git", :tag => "0.9.5" }
s.requires_arc = true
s.source_files = 'UzysAssetsPickerController/Library'
s.resources = 'UzysAssetsPickerController/Library/*.xib','UzysAssetsPickerController/Library/UzysAssetPickerController.bundle'
s.public_header_files = 'UzysAssetsPickerController/Library/*.h'
s.ios.frameworks = 'QuartzCore' , 'MobileCoreServices' , 'AVFoundation' , 'AssetsLibrary' , 'CoreGraphics'
end