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] ENG 0.0.4
[CocoaPods.git]
/
Specs
/
6
/
8
/
b
/
Tikppa
/
0.1.1
/
Tikppa.podspec.json
blob
77669cb0ec90566f888e31fdcc5d471b49550e4e
1
{
2
"name": "Tikppa",
3
"version": "0.1.1",
4
"summary": "AppKit UI",
5
"homepage": "https://github.com/gabriel/Tikppa",
6
"license": "MIT",
7
"authors": {
8
"Gabriel Handford": "gabrielh@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/gabriel/Tikppa.git",
12
"tag": "0.1.1"
13
},
14
"requires_arc": true,
15
"dependencies": {
16
"YOLayout": [
17
18
],
19
"GHKit": [
20
21
],
22
"Slash": [
23
24
],
25
"ObjectiveSugar": [
26
27
],
28
"CocoaLumberjack": [
29
30
],
31
"AFNetworking": [
32
33
]
34
},
35
"platforms": {
36
"osx": "10.8"
37
},
38
"osx": {
39
"source_files": "Tikppa/**/*.{h,m}"
40
}
41
}