[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 0 / f / NMTheme / 1.0.1 / NMTheme.podspec.json
blob8213ed23761695ad4a2b9785c7c7d3c35abfac02
2   "name": "NMTheme",
3   "version": "1.0.1",
4   "summary": "Make development easier.",
5   "homepage": "https://github.com/huya-nimo/NMTheme",
6   "license": "MIT",
7   "authors": {
8     "songlinlu": "lusonglin121@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/huya-nimo/NMTheme.git",
15     "tag": "1.0.1"
16   },
17   "source_files": [
18     "NMTheme/src/NMTheme/*",
19     "NMTheme/src/NMTheme/Adapter/*",
20     "NMTheme/src/NMTheme/Category/*",
21     "NMTheme/src/NMTheme/DeallocBlockExecutor/*",
22     "NMTheme/script/*"
23   ],
24   "resources": "NMTheme/resource/*",
25   "frameworks": "UIKit",
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "script",
30       "source_files": [
31         "NMTheme/script/{AutoGenerateTheme,Config}.py"
32       ]
33     }
34   ]