[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 0 / 6 / CityDoCommon / 0.0.2 / CityDoCommon.podspec.json
blobc6376f91fc295a68c0b27dc7e858387148a9885a
2   "name": "CityDoCommon",
3   "version": "0.0.2",
4   "summary": "a common component",
5   "homepage": "https://github.com/CityDo/CityDoCommon",
6   "license": "MIT",
7   "authors": {
8     "volientDuan": "volientduan@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "frameworks": "UIKit",
14   "source": {
15     "git": "https://github.com/CityDo/CityDoCommon.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "source_files": "CityDoCommon/Common/CityDoCommon.h",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.2.1"
23     ]
24   },
25   "user_target_xcconfig": {
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "subspecs": [
29     {
30       "name": "Tool",
31       "platforms": {
32         "ios": "9.0"
33       },
34       "source_files": [
35         "CityDoCommon/Common/Tool/CityDoTool.h",
36         "CityDoCommon/Common/Tool/**/**.{h,m}"
37       ]
38     },
39     {
40       "name": "Category",
41       "platforms": {
42         "ios": "9.0"
43       },
44       "source_files": [
45         "CityDoCommon/Common/Category/CityDoCategory.h",
46         "CityDoCommon/Common/Category/**/**.{h,m}"
47       ]
48     },
49     {
50       "name": "Helper",
51       "platforms": {
52         "ios": "9.0"
53       },
54       "source_files": [
55         "CityDoCommon/Common/Helper/CityDoHelper.h",
56         "CityDoCommon/Common/Helper/**.{h,m}"
57       ]
58     },
59     {
60       "name": "Network",
61       "platforms": {
62         "ios": "9.0"
63       },
64       "source_files": "CityDoCommon/Common/Network/**.{h,m}"
65     }
66   ]