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] DemoTestFramework 1.0.7
[CocoaPods.git]
/
Specs
/
1
/
f
/
c
/
FUCanlendar
/
1.0.0
/
FUCanlendar.podspec.json
blob
7ace194426e9483aa1e4ccdc8763b8be79175c00
1
{
2
"name": "FUCanlendar",
3
"version": "1.0.0",
4
"summary": "custom canlendar",
5
"homepage": "https://github.com/FuJunZhi/FUCanlendar",
6
"license": "MIT",
7
"authors": {
8
"fujunzhi": "185476975@qq.com"
9
},
10
"platforms": {
11
"ios": "6.0"
12
},
13
"source": {
14
"git": "https://github.com/FuJunZhi/FUCanlendar.git",
15
"tag": "1.0.0"
16
},
17
"source_files": "FUCanlendar/*.{h,m}",
18
"resource_bundles": {
19
"MyPodBundle": [
20
"FUCanlendar/*.xib"
21
]
22
},
23
"requires_arc": true
24
}