[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / 6 / c / RyukieSwifty / 0.1.6 / RyukieSwifty.podspec.json
bloba6c702e8de318fefa141407501cda672da849e46
2   "name": "RyukieSwifty",
3   "summary": "Swifty for iOS by.RyukieSama",
4   "version": "0.1.6",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/RyukieSama/Swifty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RyukieSama": "ryukie.sama@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/RyukieSama/Swifty.git",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "11.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "Swifty/Classes/**/*",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Swifty/Classes/Core/**/*"
29     },
30     {
31       "name": "UIKit",
32       "source_files": "Swifty/Classes/UIKit/**/*",
33       "dependencies": {
34         "RyukieSwifty/Core": [
36         ]
37       }
38     },
39     {
40       "name": "CloudKit",
41       "source_files": "Swifty/Classes/CloudKit/**/*",
42       "dependencies": {
43         "RyukieSwifty/Core": [
45         ]
46       },
47       "frameworks": "CloudKit"
48     },
49     {
50       "name": "Foundation",
51       "source_files": "Swifty/Classes/Foundation/**/*",
52       "dependencies": {
53         "RyukieSwifty/Core": [
55         ]
56       }
57     },
58     {
59       "name": "FullScreen",
60       "source_files": "Swifty/Classes/FullScreen/**/*",
61       "dependencies": {
62         "RyukieSwifty/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Router",
69       "source_files": "Swifty/Classes/Router/**/*",
70       "dependencies": {
71         "RyukieSwifty/Core": [
73         ]
74       }
75     },
76     {
77       "name": "SwiftyServiceProtocol",
78       "source_files": "Swifty/Classes/SwiftyServiceProtocol/**/*",
79       "dependencies": {
80         "RyukieSwifty/Core": [
82         ]
83       }
84     },
85     {
86       "name": "ScreenShield",
87       "source_files": "Swifty/Classes/UIKit/UIView/View/ScreenShieldView.swift"
88     }
89   ],
90   "swift_version": "5.0"