[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 8 / a / Flare / 1.0.1 / Flare.podspec.json
blob4fad952945e84255e3b6b605c591920b72c6230a
2   "name": "Flare",
3   "version": "1.0.1",
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.1"
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   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "All",
28       "source_files": "Flare/**/*.{swift}",
29       "frameworks": "UIKit",
30       "dependencies": {
31         "Hue": [
32           "~> 5.0.0"
33         ],
34         "HandyJSON": [
35           "~> 5.0.0"
36         ],
37         "Moya": [
38           "~> 13.0.1"
39         ]
40       }
41     },
42     {
43       "name": "Net",
44       "source_files": "Flare/Net/**/*.{swift}",
45       "frameworks": "UIKit",
46       "dependencies": {
47         "HandyJSON": [
48           "~> 5.0.0"
49         ],
50         "Moya": [
51           "~> 13.0.1"
52         ]
53       }
54     },
55     {
56       "name": "UI",
57       "source_files": "Flare/UI/**/*.{swift}",
58       "frameworks": "UIKit",
59       "dependencies": {
60         "Hue": [
61           "~> 5.0.0"
62         ]
63       }
64     }
65   ]