[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / b / 4 / StrapiSwift / 1.0.0 / StrapiSwift.podspec.json
blobcc370074afacd2db8ea793ba20f04e1003fc3787
2   "name": "StrapiSwift",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "12.4"
6   },
7   "swift_versions": [
8     "5.0",
9     "5.1",
10     "5.2"
11   ],
12   "authors": "Ricardo Rauber Pereira",
13   "license": "MIT",
14   "homepage": "http://ricardorauber.com",
15   "source": {
16     "git": "https://github.com/ricardorauber/StrapiSwift.git",
17     "tag": "1.0.0"
18   },
19   "summary": "A Swift toolkit to connect to your Strapi backend",
20   "pod_target_xcconfig": {
21     "ENABLE_TESTABILITY": "YES"
22   },
23   "source_files": "Classes/**/*",
24   "dependencies": {
25     "RestService": [
26       "1.0.1"
27     ],
28     "KeyValueStorage": [
29       "1.0.0"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "requires_app_host": true,
37       "source_files": "Tests/**/*",
38       "dependencies": {
39         "Nimble": [
40           "8.0.7"
41         ],
42         "OHHTTPStubs/Swift": [
43           "9.0.0"
44         ],
45         "Quick": [
46           "2.2.0"
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.2"