[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / b / 1 / DDQProjectFoundation / 1.2.4.1 / DDQProjectFoundation.podspec.json
blob4e06d1d7e53a657a929e34bb6e97c1e42d58057b
2   "name": "DDQProjectFoundation",
3   "version": "1.2.4.1",
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.2.4.1"
16   },
17   "source_files": "DDQProjectFoundation/*.{h,m}",
18   "resources": "DDQProjectFoundation/DDQFoundationSource.bundle",
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": "DDQFoundationDefine",
49       "source_files": "DDQProjectFoundation/DDQFoundationDefine/*.h",
50       "public_header_files": "DDQProjectFoundation/DDQFoundationDefine/*.h"
51     },
52     {
53       "name": "DDQUIFoundation",
54       "source_files": "DDQProjectFoundation/DDQUIFoundation/*.{h,m}",
55       "public_header_files": "DDQProjectFoundation/DDQUIFoundation/*.h",
56       "dependencies": {
57         "DDQProjectFoundation/DDQFoundationDefine": [
59         ]
60       }
61     },
62     {
63       "name": "DDQCategoryFoundation",
64       "source_files": "DDQProjectFoundation/DDQCategoryFoundation/*.{h,m}",
65       "public_header_files": "DDQProjectFoundation/DDQCategoryFoundation/*.h"
66     },
67     {
68       "name": "DDQControllerFoundation",
69       "source_files": "DDQProjectFoundation/DDQControllerFoundation/*.{h,m}",
70       "public_header_files": "DDQProjectFoundation/DDQControllerFoundation/*.h",
71       "dependencies": {
72         "DDQProjectFoundation/DDQUIFoundation": [
74         ],
75         "DDQProjectFoundation/DDQCategoryFoundation": [
77         ]
78       }
79     },
80     {
81       "name": "DDQModelFoundation",
82       "source_files": "DDQProjectFoundation/DDQModelFoundation/*.{h,m}",
83       "public_header_files": "DDQProjectFoundation/DDQModelFoundation/*.h"
84     }
85   ]