-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLockView.podspec
More file actions
27 lines (19 loc) · 876 Bytes
/
LockView.podspec
File metadata and controls
27 lines (19 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.new do |s|
s.name = "LockView"
s.version = "3.1.0"
s.summary = "Gesture Lock with Swift"
s.description = <<-DESC
Gesture Lock with Swift.
Support FaceID & TouchID
DESC
s.homepage = "https://github.com/yuanjilee/LockView"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.#com/screenshots_2.gif"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "yuanjilee" => "824528524@qq.com" }
s.ios.deployment_target = '8.0'
s.source = { :git => "https://github.com/yuanjilee/LockView.git", :tag => s.version.to_s }
s.frameworks = "Foundation", "UIKit"
s.source_files = 'LockView/Classes/**/*'
s.resource_bundles = { 'LockView' => [
'LockView/Assets/**/*.png', 'LockView/Resources/*.lproj'] }
end