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] DSPSDK 1.0.1.8
[CocoaPods.git]
/
Specs
/
f
/
b
/
6
/
CPFExtension
/
0.1.0
/
CPFExtension.podspec.json
blob
f7b4d81617864e8ca165b2f96b14bf98d762e07d
1
{
2
"name": "CPFExtension",
3
"version": "0.1.0",
4
"summary": "Swift一些实用扩展",
5
"license": {
6
"type": "MIT",
7
"file": "LICENSE"
8
},
9
"authors": {
10
"chenpengfei": "afeiafeia@163.com"
11
},
12
"source": {
13
"git": "https://github.com/Loadar/CPFExtension.git",
14
"tag": "0.1.0"
15
},
16
"homepage": "https://github.com/Loadar/CPFExtension",
17
"platforms": {
18
"ios": "8.0"
19
},
20
"source_files": [
21
"Classes/*.swift",
22
"Classes/*/*.swift"
23
],
24
"requires_arc": true,
25
"dependencies": {
26
"CPFChain": [
27
28
]
29
}
30
}