-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWZYCamera.podspec
More file actions
18 lines (16 loc) · 840 Bytes
/
WZYCamera.podspec
File metadata and controls
18 lines (16 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "WZYCamera"
s.version = "1.0.3"
s.summary = "WZYCamera is a lightweight custom camera controller. A line of code integration, bid farewell to invoke complex system API distress."
s.description = <<-DESC
WZYCamera is a lightweight custom camera controller. A line of code integration, bid farewell to invoke complex system API distress.
DESC
s.homepage = "https://github.com/CoderZYWang/WZYCamera"
s.license = "MIT"
s.social_media_url = "http://blog.csdn.net/felicity294250051"
s.platform = :ios
s.source = { :git => "https://github.com/CoderZYWang/WZYCamera.git", :tag => "1.0.3" }
s.source_files = "WZYCamera/*.{h,m}"
s.frameworks = 'UIKit', 'Foundation','AVFoundation','AssetsLibrary','CoreMotion'
end