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] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git]
/
Specs
/
7
/
3
/
b
/
day02
/
0.0.5
/
day02.podspec.json
blob
09bd63cc3d18ef9d7a4783906c2dc48b7005e97a
1
{
2
"name": "day02",
3
"version": "0.0.5",
4
"summary": "day02 iOS sdk.",
5
"homepage": "https://github.com/macjaz/day02.git",
6
"license": "MIT",
7
"authors": {
8
"macjaz": "macjaz@163.com"
9
},
10
"source": {
11
"git": "https://github.com/macjaz/day02.git",
12
"tag": "0.0.5"
13
},
14
"platforms": {
15
"ios": "9.0"
16
},
17
"requires_arc": true,
18
"frameworks": [
19
"Foundation",
20
"UIKit"
21
],
22
"source_files": [
23
"day02",
24
"day02/**/*.{h,m}"
25
]
26
}