[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / c / Themeful / 0.1.0 / Themeful.podspec.json
blob70d6cdc8e6b43252920b7caf4b3466c821bf352f
2   "name": "Themeful",
3   "version": "0.1.0",
4   "summary": "easy way to set theme of app",
5   "description": "customize you app using different theme\nsuch as\nlabel.text label.textColor ...\nimageView.image ...",
6   "homepage": "https://github.com/ws00801526/Themeful",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ws00801526": "3057600441@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ws00801526/Themeful.git",
16     "tag": "0.1.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": [
23     "Core",
24     "Download"
25   ],
26   "module_name": "Themeful",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Themeful/Classes/Base/**/*"
31     },
32     {
33       "name": "Download",
34       "source_files": "Themeful/Classes/Download/**/*",
35       "dependencies": {
36         "Themeful/Core": [
38         ],
39         "SSZipArchive": [
41         ]
42       }
43     }
44   ]