-
Notifications
You must be signed in to change notification settings - Fork 46
/
AEOTPTextField.podspec
41 lines (25 loc) · 1.18 KB
/
AEOTPTextField.podspec
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Pod::Spec.new do |spec|
spec.name = "AEOTPTextField"
spec.version = "1.2.6"
spec.summary = "AEOTPTextField is a global framework created by Abdelrhman Eliwa"
spec.description = <<-DESC
spec.description = 'AEOTPTextField is a global framework created by Abdelrhman Eliwa'
DESC
spec.homepage = 'https://github.com/AbdelrhmanKamalEliwa/AEOTPTextField'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { 'abdelrhmankamaleliwa@gmail.com' => 'abdelrhmankamaleliwa@gmail.com' }
spec.source = { :git => 'https://github.com/AbdelrhmanKamalEliwa/AEOTPTextField', :tag => spec.version.to_s }
spec.ios.deployment_target = '12.1'
spec.source_files = "AEOTPTextField/Source/**/*.{h,m,swift}"
#spec.resources = "AEOTPTextField/Source/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
#spec.resource_bundles = {
# 'AEOTPTextField' => [
# "AEOTPTextField/Source/**/*.{storyboard,xib,xcassets,strings}"
# ]
#}
spec.swift_version = '5.0'
spec.requires_arc = true
spec.platforms = {
"ios": "12.1"
}
end