repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
4
/
6
/
2
/
ATBasicKit
/
0.0.1
/
ATBasicKit.podspec.json
blob
180c233bc52f467ab950812ed34fe53334983ad8
1
{
2
"name": "ATBasicKit",
3
"version": "0.0.1",
4
"summary": "Encapsulation for the iOS Basic framework",
5
"homepage": "https://github.com/AngaoTu/ATBasicKit",
6
"license": "MIT",
7
"authors": {
8
"AngaoTu": "fetedream@foxmail.com"
9
},
10
"platforms": {
11
"ios": "10.0"
12
},
13
"source": {
14
"git": "https://github.com/AngaoTu/ATBasicKit.git",
15
"tag": "0.0.1"
16
},
17
"source_files": [
18
"ATBasicKit",
19
"ATBasicKit/**/*.{swift,h,m}"
20
],
21
"requires_arc": true,
22
"frameworks": [
23
"UIKit",
24
"Foundation"
25
]
26
}