[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / b / Roy / 0.0.2 / Roy.podspec.json
blob43692af04c501bd73cc5ab4c258c7cde9579eb23
2   "name": "Roy",
3   "version": "0.0.2",
4   "summary": "一个轻量组件化支持框架",
5   "module_name": "Roy",
6   "description": "empty",
7   "platforms": {
8     "ios": "8.0"
9   },
10   "homepage": "https://github.com/NicolasKim",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": "jinqiucheng1006@live.cn",
16   "source": {
17     "git": "https://github.com/NicolasKim/Roy.git",
18     "branch": "0.0.2"
19   },
20   "default_subspecs": [
21     "Core",
22     "UI"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Roy/Classes/Core/*.{swift}",
35       "dependencies": {
36         "GRDB.swift": [
38         ]
39       }
40     },
41     {
42       "name": "UI",
43       "source_files": "Roy/Classes/UIKit/*.{swift}",
44       "dependencies": {
45         "Roy/Core": [
47         ]
48       }
49     }
50   ]