[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / 8 / a / Flare / 1.0.7 / Flare.podspec.json
blob7530a9960fd3211fa0a95ba80cc5a605923d8331
2   "name": "Flare",
3   "version": "1.0.7",
4   "summary": "Some swift extension for myself.",
5   "homepage": "https://github.com/GPX-NSlog/Flare",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Gpx": "gpxnslog@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/GPX-NSlog/Flare.git",
15     "tag": "1.0.7"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
21   "requires_arc": true,
22   "default_subspecs": "All",
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "All",
27       "source_files": "Flare/**/*.{swift}",
28       "frameworks": "UIKit",
29       "dependencies": {
30         "Hue": [
31           "~> 5.0.0"
32         ],
33         "HandyJSON": [
34           "~> 5.0.0"
35         ],
36         "Moya": [
37           "~> 13.0.1"
38         ]
39       }
40     },
41     {
42       "name": "Net",
43       "source_files": "Flare/Net/**/*.{swift}",
44       "frameworks": "UIKit",
45       "dependencies": {
46         "HandyJSON": [
47           "~> 5.0.0"
48         ],
49         "Moya": [
50           "~> 13.0.1"
51         ]
52       }
53     },
54     {
55       "name": "UI",
56       "source_files": "Flare/UI/**/*.{swift}",
57       "frameworks": "UIKit",
58       "dependencies": {
59         "Hue": [
60           "~> 5.0.0"
61         ]
62       }
63     }
64   ],
65   "swift_version": "5.0"