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
[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git]
/
Specs
/
c
/
7
/
4
/
RKOTools
/
1.0.5
/
RKOTools.podspec.json
blob
fd65ab0ced665f3ca43962d5019772558147baa0
1
{
2
"name": "RKOTools",
3
"version": "1.0.5",
4
"summary": "One of your own tool libraries",
5
"homepage": "https://github.com/rakuyoMo/RKOTools",
6
"license": "MIT",
7
"authors": {
8
"Rakuyo": "rakuyo.mo@gmail.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/rakuyoMo/RKOTools.git",
15
"tag": "1.0.5"
16
},
17
"source_files": [
18
"RKOTools",
19
"RKOTools/**/*.{h,m}"
20
],
21
"requires_arc": true,
22
"dependencies": {
23
"AFNetworking": [
24
"~> 3.0"
25
]
26
},
27
"deprecated": true
28
}