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.16
[CocoaPods.git]
/
Specs
/
5
/
7
/
b
/
Stubborn
/
0.6.1
/
Stubborn.podspec.json
blob
111b1367ed96949642540ad935a02b5631247442
1
{
2
"name": "Stubborn",
3
"version": "0.6.1",
4
"homepage": "https://github.com/materik/stubborn.git",
5
"summary": "Simple HTTP mocking framework",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE.md"
9
},
10
"authors": {
11
"Mattias Eriksson": "thematerik@gmail.com"
12
},
13
"platforms": {
14
"ios": "9.0"
15
},
16
"source": {
17
"git": "https://github.com/materik/stubborn.git",
18
"tag": "0.6.1"
19
},
20
"source_files": "Stubborn/**/*.swift",
21
"exclude_files": [
22
"Tests"
23
],
24
"dependencies": {
25
"QueryString": [
26
"0.3.0"
27
]
28
}
29
}