[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / b / 1 / DDQProjectFoundation / 1.1.9 / DDQProjectFoundation.podspec.json
blob87eb581996e403838be6b3e7ba8aeb2dc17a0574
2   "name": "DDQProjectFoundation",
3   "version": "1.1.9",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "Easy Inherit",
8   "homepage": "https://github.com/MyNameDDQ/DDQProjectFoundation.git",
9   "license": "MIT",
10   "authors": {
11     "DDQ": "869795924@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/MyNameDDQ/DDQProjectFoundation.git",
15     "tag": "1.1.9"
16   },
17   "source_files": "DDQProjectFoundation/*.{h,m}",
18   "public_header_files": "DDQProjectFoundation/*.h",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
23     ],
24     "SDWebImage": [
26     ],
27     "IQKeyboardManager": [
29     ],
30     "Masonry": [
32     ],
33     "MJRefresh": [
35     ],
36     "MJExtension": [
38     ],
39     "MBProgressHUD": [
41     ],
42     "WebViewJavascriptBridge": [
43       "~> 4.1.5"
44     ]
45   },
46   "subspecs": [
47     {
48       "name": "DDQUIFoundation",
49       "source_files": "DDQProjectFoundation/DDQUIFoundation/*.{h,m}",
50       "public_header_files": "DDQProjectFoundation/DDQUIFoundation/*.h"
51     },
52     {
53       "name": "DDQCategoryFoundation",
54       "source_files": "DDQProjectFoundation/DDQCategoryFoundation/*.{h,m}",
55       "public_header_files": "DDQProjectFoundation/DDQCategoryFoundation/*.h"
56     },
57     {
58       "name": "DDQControllerFoundation",
59       "source_files": "DDQProjectFoundation/DDQControllerFoundation/*.{h,m}",
60       "public_header_files": "DDQProjectFoundation/DDQControllerFoundation/*.h",
61       "dependencies": {
62         "DDQProjectFoundation/DDQUIFoundation": [
64         ],
65         "DDQProjectFoundation/DDQCategoryFoundation": [
67         ]
68       }
69     },
70     {
71       "name": "DDQModelFoundation",
72       "source_files": "DDQProjectFoundation/DDQModelFoundation/*.{h,m}",
73       "public_header_files": "DDQProjectFoundation/DDQModelFoundation/*.h"
74     }
75   ]