[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / b / 1 / wyyCommon / 1.0.2 / wyyCommon.podspec.json
blob10b2d11f8ac44f621106d155b194e71bcda8dc89
2   "name": "wyyCommon",
3   "version": "1.0.2",
4   "summary": "a common component",
5   "description": "私有Pods测试\n* sd 格式",
6   "homepage": "https://github.com/wyytai/wyyTools",
7   "license": "MIT",
8   "authors": {
9     "wyytai": "wyytai@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "frameworks": [
15     "UIKit",
16     "Foundation"
17   ],
18   "source": {
19     "git": "https://github.com/wyytai/wyyTools.git",
20     "tag": "1.0.2"
21   },
22   "requires_arc": true,
23   "source_files": "Common/wyyCommon/VDCommon.h",
24   "subspecs": [
25     {
26       "name": "Tool",
27       "platforms": {
28         "ios": "8.0"
29       },
30       "source_files": [
31         "Common/wyyCommon/Tool/VDTool.h",
32         "Common/wyyCommon/Tool/**/**.{h,m}"
33       ]
34     },
35     {
36       "name": "Category",
37       "platforms": {
38         "ios": "8.0"
39       },
40       "source_files": [
41         "Common/wyyCommon/Category/VDCategory.h",
42         "Common/wyyCommon/Category/**/**.{h,m}"
43       ]
44     },
45     {
46       "name": "Helper",
47       "platforms": {
48         "ios": "8.0"
49       },
50       "source_files": [
51         "Common/wyyCommon/Helper/VDHelper.h",
52         "Common/wyyCommon/Helper/**/**.{h,m}"
53       ]
54     }
55   ]