-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMCKPinController.podspec
More file actions
26 lines (18 loc) · 1.34 KB
/
MCKPinController.podspec
File metadata and controls
26 lines (18 loc) · 1.34 KB
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
Pod::Spec.new do |s|
# ―――----------------------------------――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "MCKPinController"
s.version = "1.0.5"
s.summary = "A controller for authenticating a pin number."
s.description = "A fully configurable controller for validating a pin number."
s.documentation_url = 'https://github.com/MacKaSL/MCKPinController/blob/master/README.md'
s.homepage = "https://himalmadhushan.weebly.com/"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Himal Madhushan" => "mackacodes@gmail.com" }
s.social_media_url = "https://twitter.com/himalmadhushan"
# ―――----------------------------------――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "9.0"
s.ios.vendored_frameworks = 'MCKPinController.framework'
# s.source = { :git => 'https://github.com/MacKaSL/MCKPinController.git', :tag => "1.0.4.20" }
s.source = { :http => 'https://github.com/MacKaSL/MCKPinController/blob/master/MCKPinController.zip?raw=true' }
s.swift_version = '4.0'
end