-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAAVerifier.podspec
More file actions
25 lines (24 loc) · 849 Bytes
/
AAVerifier.podspec
File metadata and controls
25 lines (24 loc) · 849 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
Pod::Spec.new do |s|
#1.
s.name = "AAVerifier"
#2.
s.version = "1.2.5"
#3.
s.summary = "impliment Your Code Verify with Simple Way"
#4.
s.homepage = "https://github.com/amir-ardalanuk/AAVerifier"
#5.
s.license = "MIT"
#6.
s.author = "Amir Ardalan"
#7.
s.platform = :ios, "10.0"
#8.
s.source = { :git => "https://github.com/amir-ardalanuk/AAVerifier.git", :tag => "1.2.5" }
#9.
s.source_files = "AAVerifier/AAVerifier/*"
#10.
s.exclude_files = "AAVerifier/AAVerifier/*.plist"
#11.
s.swift_version = "4.2"
end