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