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] ReerRouter 2.2.0
[CocoaPods.git]
/
Specs
/
5
/
2
/
e
/
TTDevKit
/
0.0.1
/
TTDevKit.podspec.json
blob
857c00b8f6023f1380c1e874b2abd753348f9981
1
{
2
"name": "TTDevKit",
3
"version": "0.0.1",
4
"summary": "A Series of Utility Methods",
5
"homepage": "https://tangbl93.github.io",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"tangbl93": "tangbl93@gmail.com"
12
},
13
"requires_arc": true,
14
"platforms": {
15
"ios": "7.0"
16
},
17
"source": {
18
"git": "https://github.com/tangbl93/TTDevKit.git",
19
"tag": "0.0.1"
20
},
21
"source_files": [
22
"TTDevKit",
23
"TTDevKit/**/*.{h,m}"
24
],
25
"public_header_files": "TTDevKit/**/*.h",
26
"frameworks": "UIKit"
27
}