[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / d / MLFairy / 0.0.3 / MLFairy.podspec.json
blob74a0a5b17809d981c1a6f31f84dfde8b6201131b
2   "name": "MLFairy",
3   "version": "0.0.3",
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/mlfairy.git",
15     "tag": "0.0.3"
16   },
17   "requires_arc": true,
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0",
22     "osx": "10.13"
23   },
24   "pod_target_xcconfig": {
25     "PRODUCT_BUNDLE_IDENTIFIER": "com.mlfairy.sdk"
26   },
27   "dependencies": {
28     "Alamofire": [
29       "~> 5.0.0-rc.2"
30     ],
31     "MLFSupport": [
33     ]
34   },
35   "osx": {
36     "dependencies": {
37       "MLFPromisesSwift": [
38         "~> 1.2.8"
39       ]
40     }
41   },
42   "ios": {
43     "dependencies": {
44       "PromisesSwift": [
45         "~> 1.2.8"
46       ]
47     }
48   },
49   "tvos": {
50     "dependencies": {
51       "PromisesSwift": [
52         "~> 1.2.8"
53       ]
54     }
55   },
56   "frameworks": [
57     "Foundation",
58     "Security"
59   ],
60   "default_subspecs": "Core",
61   "subspecs": [
62     {
63       "name": "Core",
64       "source_files": "MLFairy/Source"
65     }
66   ],
67   "swift_version": "5.0"