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] NoctuaSDK 0.6.0
[CocoaPods.git]
/
Specs
/
f
/
2
/
5
/
NumAgent
/
0.0.1
/
NumAgent.podspec.json
blob
177a0b6d3784b134d4894675ee38427ef827ae92
1
{
2
"name": "NumAgent",
3
"version": "0.0.1",
4
"summary": "Number format utils.",
5
"homepage": "https://github.com/ZYXiao/NumAgent",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"ZYXiao": "304983615@qq.com"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/ZYXiao/NumAgent.git",
18
"tag": "0.0.1"
19
},
20
"source_files": "NumAgent/*.{h,m}",
21
"frameworks": "Foundation",
22
"requires_arc": true
23
}