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] SampleOTP 0.2.0
[CocoaPods.git]
/
Specs
/
0
/
b
/
2
/
CCLibrary
/
1.0.1
/
CCLibrary.podspec.json
blob
0080ae3e6ed864de41f08099dbcab21e743917c8
1
{
2
"name": "CCLibrary",
3
"version": "1.0.1",
4
"summary": "objc chain programming.",
5
"homepage": "https://github.com/cuizhibo/CCLibrary",
6
"license": "MIT",
7
"authors": {
8
"cuizhibo": "cui_zhibo@126.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"requires_arc": true,
14
"source": {
15
"git": "https://github.com/cuizhibo/CCLibrary.git",
16
"tag": "1.0.1"
17
},
18
"source_files": "CCLibraryDemo/CCLibrary/**/*.{h,m}"
19
}