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] BridgeKit 0.1.0
[CocoaPods.git]
/
Specs
/
b
/
f
/
d
/
BasicLibrary
/
1.0.1
/
BasicLibrary.podspec.json
blob
5f59d958a5e751ab224b9e673eaaee05573089bb
1
{
2
"name": "BasicLibrary",
3
"version": "1.0.1",
4
"summary": "BasicLibrary.Framework",
5
"authors": {
6
"alias": "guyueming@outlook.com"
7
},
8
"homepage": "https://github.com/guyueming",
9
"license": "MIT",
10
"frameworks": [
11
"Foundation",
12
"UIKit"
13
],
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/guyueming/BasicLibrary.git",
19
"tag": "1.0.1"
20
},
21
"source_files": [
22
"BasicLibrary/**/*.h",
23
"BasicLibrary/**/*.m"
24
],
25
"requires_arc": true
26
}