-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathASPinCodeField.podspec
More file actions
21 lines (19 loc) · 817 Bytes
/
ASPinCodeField.podspec
File metadata and controls
21 lines (19 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |spec|
spec.name = "ASPinCodeField"
spec.version = "1.0.4"
spec.summary = "Another PinCode View"
spec.description = <<-DESC
Another PinCode View
DESC
spec.homepage = "https://github.com/Aymenworks/ASPinCodeField"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Aymen Rebouh" => "aymenmse@gmail.com" }
spec.social_media_url = "https://twitter.com/aymenworks"
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/Aymenworks/ASPinCodeField.git", :tag => "#{spec.version}" }
spec.source_files = ['ASPinCodeField/**/*.{swift,h}']
spec.public_header_files = 'ASPinCodeField/**/*.h'
spec.requires_arc = true
spec.ios.deployment_target = '9.0'
spec.swift_version = "5.0"
end