[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / f / Vox / 1.2.0 / Vox.podspec.json
blob23d78050416ef4a80241a906a6ab59425cf7e0bb
2   "name": "Vox",
3   "version": "1.2.0",
4   "license": "MIT",
5   "summary": "A Swift JSONAPI framework",
6   "authors": "Aron Balog",
7   "homepage": "http://undabot.com",
8   "source": {
9     "git": "https://github.com/aronbalog/Vox.git",
10     "tag": "1.2.0"
11   },
12   "requires_arc": true,
13   "xcconfig": {
14     "SWIFT_VERSION": "4.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Vox/Core/**/*.{swift,m,h}"
24     },
25     {
26       "name": "Alamofire",
27       "source_files": "Vox/Plugins/Alamofire/**/*.{swift}",
28       "pod_target_xcconfig": {
29         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ALAMOFIRE"
30       },
31       "dependencies": {
32         "Vox/Core": [
34         ],
35         "Alamofire": [
36           "~> 4.7"
37         ]
38       }
39     }
40   ]