[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / b / YQChangeSkinBase / 0.1.0 / YQChangeSkinBase.podspec.json
blob7add298988968c8f10459eb0b5239dd72a619e55
2   "name": "YQChangeSkinBase",
3   "version": "0.1.0",
4   "summary": "A skin switching solution.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/luwenhan2018/YQChangeSkinBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luwenhan2018": "2390775839@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/luwenhan2018/YQChangeSkinBase.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YQChangeSkinBase/Classes/YQTheme.h",
22   "public_header_files": "YQChangeSkinBase/Classes/YQTheme.h",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "YQChangeSkinBase/Classes/Core/*.{m,h}",
27       "public_header_files": "YQChangeSkinBase/Classes/Core/*.h"
28     },
29     {
30       "name": "UIKit",
31       "source_files": "YQChangeSkinBase/Classes/UIKit/*.{m,h}",
32       "public_header_files": "YQChangeSkinBase/Classes/UIKit/*.h",
33       "dependencies": {
34         "YQChangeSkinBase/Core": [
36         ]
37       }
38     }
39   ]