[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / b / 1 / DDQProjectFoundation / 1.2.7 / DDQProjectFoundation.podspec.json
blobebbc7331ce2e06486185859e0b13c4d4069ef4a4
2   "name": "DDQProjectFoundation",
3   "version": "1.2.7",
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.7"
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     "FMDB": [
44     ],
45     "WebViewJavascriptBridge": [
46       "~> 4.1.5"
47     ]
48   },
49   "subspecs": [
50     {
51       "name": "DDQFoundationDefine",
52       "source_files": "DDQProjectFoundation/DDQFoundationDefine/*.h",
53       "public_header_files": "DDQProjectFoundation/DDQFoundationDefine/*.h"
54     },
55     {
56       "name": "DDQUIFoundation",
57       "source_files": "DDQProjectFoundation/DDQUIFoundation/*.{h,m}",
58       "public_header_files": "DDQProjectFoundation/DDQUIFoundation/*.h",
59       "dependencies": {
60         "DDQProjectFoundation/DDQFoundationDefine": [
62         ],
63         "DDQProjectFoundation/DDQCategoryFoundation": [
65         ],
66         "DDQProjectFoundation/DDQModelFoundation": [
68         ]
69       }
70     },
71     {
72       "name": "DDQCategoryFoundation",
73       "source_files": "DDQProjectFoundation/DDQCategoryFoundation/*.{h,m}",
74       "public_header_files": "DDQProjectFoundation/DDQCategoryFoundation/*.h"
75     },
76     {
77       "name": "DDQControllerFoundation",
78       "source_files": "DDQProjectFoundation/DDQControllerFoundation/*.{h,m}",
79       "public_header_files": "DDQProjectFoundation/DDQControllerFoundation/*.h",
80       "dependencies": {
81         "DDQProjectFoundation/DDQUIFoundation": [
83         ],
84         "DDQProjectFoundation/DDQCategoryFoundation": [
86         ]
87       }
88     },
89     {
90       "name": "DDQModelFoundation",
91       "source_files": "DDQProjectFoundation/DDQModelFoundation/*.{h,m}",
92       "public_header_files": "DDQProjectFoundation/DDQModelFoundation/*.h"
93     }
94   ]