[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / c / 5 / AGMockServer / 1.0 / AGMockServer.podspec.json
blob5b63326d78430c9e85f212bc845e47c9dfc6a03f
2   "name": "AGMockServer",
3   "version": "1.0",
4   "summary": "A small and very simple implementation of HTTP server mock.",
5   "homepage": "https://github.com/AlexeyGolovenkov/AGMockServer",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alexey Golovenkov": "mobidevelop@gmail.com"
12   },
13   "platforms": {
14     "ios": "11.0",
15     "osx": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/AlexeyGolovenkov/AGMockServer.git",
19     "tag": "1.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "source_files": [
24     "AGMockServer",
25     "Sources/AGMockServer/**/*.{swift}"
26   ],
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "Tests/**/*.{swift}"
32     }
33   ],
34   "swift_version": "5.0"