forked from vladzz/InstagramPhotoPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTWPhotoPicker.podspec
24 lines (18 loc) · 933 Bytes
/
TWPhotoPicker.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "TWPhotoPicker"
s.version = "1.0.1"
s.summary = "A image picker like Instagram."
s.description = <<-DESC
Present Image Picker like Instagram.You can crop a image using it.
DESC
s.homepage = "https://github.com/vladzz/InstagramPhotoPicker"
s.screenshots = "https://raw.githubusercontent.com/vladzz/InstagramPhotoPicker/master/Screenshots/Screenshot01.png"
s.license = "MIT"
s.author = { "wenzhaot" => "tanwenzhao1025@gmail.com", "vladzz" => "vladzz@gmail.com" }
s.source = { :git => "https://github.com/vladzz/InstagramPhotoPicker.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = "TWPhotoPicker/*.{h,m}"
s.frameworks = "Foundation", "CoreGraphics", "UIKit"
s.ios.resource_bundle = { 'TWPhotoPicker' => "TWPhotoPicker/Resources/*.png" }
end