[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / f / 0 / d / MLFairy / 0.0.1 / MLFairy.podspec.json
blob2bf22d14fd85e1776d2d8d01a0367c500ae48754
2   "name": "MLFairy",
3   "version": "0.0.1",
4   "summary": "Better understand your CoreML models",
5   "homepage": "https://www.mlfairy.com",
6   "license": {
7     "type": "GPLv3",
8     "file": "License.txt"
9   },
10   "authors": {
11     "MLFairy": "support@mlfairy.com"
12   },
13   "source": {
14     "git": "https://github.com/mlfairy/ios.git",
15     "tag": "0.0.1"
16   },
17   "requires_arc": true,
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0"
22   },
23   "default_subspecs": "Core",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "MLFairy/Source",
29       "dependencies": {
30         "Alamofire": [
31           "~> 5.0.0-rc.2"
32         ],
33         "PromisesSwift": [
34           "~> 1.2.8"
35         ]
36       },
37       "frameworks": [
38         "Foundation",
39         "Security"
40       ]
41     }
42   ]