[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / b / 1 / DDQProjectFoundation / 1.2.5 / DDQProjectFoundation.podspec.json
blobc89f20b05052dc046b412ef86299b27f7132fa00
2   "name": "DDQProjectFoundation",
3   "version": "1.2.5",
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.5"
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       }
64     },
65     {
66       "name": "DDQCategoryFoundation",
67       "source_files": "DDQProjectFoundation/DDQCategoryFoundation/*.{h,m}",
68       "public_header_files": "DDQProjectFoundation/DDQCategoryFoundation/*.h"
69     },
70     {
71       "name": "DDQControllerFoundation",
72       "source_files": "DDQProjectFoundation/DDQControllerFoundation/*.{h,m}",
73       "public_header_files": "DDQProjectFoundation/DDQControllerFoundation/*.h",
74       "dependencies": {
75         "DDQProjectFoundation/DDQUIFoundation": [
77         ],
78         "DDQProjectFoundation/DDQCategoryFoundation": [
80         ]
81       }
82     },
83     {
84       "name": "DDQModelFoundation",
85       "source_files": "DDQProjectFoundation/DDQModelFoundation/*.{h,m}",
86       "public_header_files": "DDQProjectFoundation/DDQModelFoundation/*.h"
87     }
88   ]