[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / d / f / MDTools / 0.0.7 / MDTools.podspec.json
blobcefd51ab8b8173e32dbe3cb9474607bbb6b9f9eb
2   "name": "MDTools",
3   "version": "0.0.7",
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.7"
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": "MDModuleManager",
34       "source_files": "MDTools/MDModuleManager/*.{h,m}",
35       "dependencies": {
36         "MDTools/MDProtocolImplementation": [
38         ],
39         "Aspects": [
40           "~> 1.4.1"
41         ]
42       }
43     }
44   ]