[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / d / f / MDTools / 0.0.6 / MDTools.podspec.json
blob4f14e6d9c3334cd3e8d0cf1aea688534d2ff7cb6
2   "name": "MDTools",
3   "version": "0.0.6",
4   "summary": "Tools for Objcetive-C.",
5   "homepage": "https://github.com/yangchenlarkin/MDTools",
6   "license": "MIT",
7   "authors": {
8     "xupeng48": "13585548248@163.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/yangchenlarkin/MDTools.git",
15     "tag": "0.0.6"
16   },
17   "source_files": "MDTools/**/*",
18   "frameworks": "Foundation",
19   "subspecs": [
20     {
21       "name": "MDListener",
22       "source_files": "MDTools/MDListener/*.{h,m}"
23     },
24     {
25       "name": "MDTask",
26       "source_files": "MDTools/MDTask/*.{h,m}"
27     },
28     {
29       "name": "MDProtocolImplementation",
30       "source_files": "MDTools/MDProtocolImplementation/*.{h,m}"
31     },
32     {
33       "name": "MDAspects",
34       "source_files": "MDTools/MDAspects/*.{h,m}"
35     },
36     {
37       "name": "MDModuleManager",
38       "source_files": "MDTools/MDModuleManager/*.{h,m}",
39       "dependencies": {
40         "MDTools/MDProtocolImplementation": [
42         ],
43         "MDTools/MDAspects": [
45         ]
46       }
47     }
48   ]