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] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git]
/
Specs
/
8
/
2
/
e
/
Puree
/
1.2.0
/
Puree.podspec.json
blob
d590d722d053a22903bb6c6a267cf638ea4bb38b
1
{
2
"name": "Puree",
3
"version": "1.2.0",
4
"summary": "A log collector for iOS.",
5
"homepage": "https://github.com/cookpad/puree-ios",
6
"license": "MIT",
7
"authors": {
8
"Tomohiro Moro": "tomohiro-moro@cookpad.com"
9
},
10
"source": {
11
"git": "https://github.com/cookpad/puree-ios.git",
12
"tag": "1.2.0"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"requires_arc": true,
18
"source_files": "Pod/Classes",
19
"resource_bundles": {
20
"Puree": [
21
"Pod/Assets/*.png"
22
]
23
},
24
"dependencies": {
25
"YapDatabase": [
26
"~> 2.9"
27
]
28
}
29
}