[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 7 / b / Stubborn / 0.6.1 / Stubborn.podspec.json
blob111b1367ed96949642540ad935a02b5631247442
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   }