forked from wenzhaot/InstagramPhotoPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TWPhotoPicker.podspec
22 lines (17 loc) · 964 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
Pod::Spec.new do |s|
s.name = "TWPhotoPicker"
s.version = "1.0.0"
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/wenzhaot/InstagramPhotoPicker"
s.screenshots = "https://raw.githubusercontent.com/wenzhaot/InstagramPhotoPicker/master/Screenshots/Screenshot01.png"
s.license = "MIT"
s.author = { "wenzhaot" => "[email protected]" }
s.source = { :git => "https://github.com/wenzhaot/InstagramPhotoPicker.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = "InstagramPhotoPicker/TWPhotoPickerController.{h,m}", "InstagramPhotoPicker/TWPhotoCollectionViewCell.{h,m}", "InstagramPhotoPicker/TWImageScrollView.{h,m}"
s.frameworks = "Foundation", "CoreGraphics", "UIKit"
end