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] LastFM.swift 1.5.0
[CocoaPods.git]
/
Specs
/
a
/
4
/
c
/
FKDemo
/
0.0.1
/
FKDemo.podspec.json
blob
35d3e23fb7c9a524ccdaa55333bb8d3545abb795
1
{
2
"name": "FKDemo",
3
"version": "0.0.1",
4
"summary": "测试发布框架",
5
"homepage": "https://github.com/CollinBin/FKDemo",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"rookie": "songbincheng1990@gmail.com"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/CollinBin/FKDemo.git",
18
"tag": "0.0.1"
19
},
20
"source_files": "FKDemoProject/FKDemoProject/FKDemo/*.{h,m}",
21
"requires_arc": true
22
}