forked from wubianxiaoxian/PureCamera-Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SKFCamera.podspec
24 lines (23 loc) · 1.24 KB
/
SKFCamera.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Be sure to run `pod spec lint skfcamera.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = 'SKFCamera'
s.version = '1.3.0'
s.summary = "This one can customize the camera to take pictures of the page of the library, but also to support the cutting of the photo when the camera is completed."
s.license = "MIT"
s.description = 'This one can customize the camera to take pictures of the page of the library, but also to support the cutting of the photo when the camera is completed.thanyou'
s.homepage = "https://github.com/wubianxiaoxian/SKFCamerademo"
s.screenshots = "http://i1.piimg.com/4851/0071da17a0c177d6.gif"
s.author = { 'Kaifeng Sun' => '[email protected]' }
s.platform = :ios, "7.0"
s.source_files = "SKFCamera/**/*.{h,m}"
s.resource = "SKFCamera/SKFCamera.bundle"
s.requires_arc = true
s.framework = "UIKit"
s.source = { :git => "https://github.com/wubianxiaoxian/SKFCamerademo.git", :tag =>s.version }
end