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] ZJSDK 2.5.8.12
[CocoaPods.git]
/
Specs
/
2
/
c
/
4
/
Vacation
/
1.8
/
Vacation.podspec.json
blob
57d9399b3ee5c40ab26d584475d16eafbe6444fd
1
{
2
"name": "Vacation",
3
"version": "1.8",
4
"summary": "An easy to use Model State Transfer Framework for iOS",
5
"homepage": "https://github.com/IgorKovr/Vacation",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"IgorK": "IgorKovr@gmail.com"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/IgorKovr/Vacation.git",
18
"tag": "1.8"
19
},
20
"source_files": [
21
"Classes",
22
"Pod/Classes/**/*.{h,m}"
23
],
24
"dependencies": {
25
"Mantle": [
26
"~> 2.0"
27
],
28
"AFNetworking": [
29
"~> 2.2"
30
]
31
}
32
}