[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 7 / b / Stubborn / 0.7.3 / Stubborn.podspec.json
blob4238dba640deae479e13a8e2b923b275d4f9dd2b
2   "name": "Stubborn",
3   "version": "0.7.3",
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.7.3"
19   },
20   "source_files": "Stubborn/**/*.swift",
21   "swift_version": "4.0",
22   "exclude_files": [
23     "Tests"
24   ],
25   "dependencies": {
26     "QueryString": [
27       "0.3.1"
28     ]
29   }