[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 7 / b / Stubborn / 0.4.2 / Stubborn.podspec.json
blob8a276196530eb750d4cf5d3f539dda518ca0c4eb
2   "name": "Stubborn",
3   "version": "0.4.2",
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.4.2"
19   },
20   "source_files": "Stubborn/**/*.swift",
21   "exclude_files": [
22     "Tests"
23   ],
24   "dependencies": {
25     "QueryString": [
26       "~> 0.2"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"