[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / 8 / Thematic / 1.0.0 / Thematic.podspec.json
blobb647ddf84e71771fb664f5e83f09a3b957db01f6
2   "name": "Thematic",
3   "version": "1.0.0",
4   "summary": "iOS 主题设置和动态切换库",
5   "homepage": "https://github.com/Pircate/Thematic",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "gao497868860@163.com": "Pircate"
12   },
13   "source": {
14     "git": "https://github.com/Pircate/Thematic.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": [
21     "5.2"
22   ],
23   "static_framework": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Thematic/Classes/Core/*.swift"
28     },
29     {
30       "name": "Theme",
31       "source_files": "Thematic/Classes/Theme/*.swift",
32       "dependencies": {
33         "Thematic/Core": [
35         ]
36       }
37     }
38   ],
39   "swift_version": "5.2"