[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / d / f / MDTools / 0.0.9 / MDTools.podspec.json
blobf98af252bd53a8260bae81c120b0bc79156d79ff
2   "name": "MDTools",
3   "version": "0.0.9",
4   "summary": "Tools for Objcetive-C.",
5   "homepage": "https://github.com/yangchenlarkin/MDTools",
6   "license": "MIT",
7   "authors": {
8     "Yang Chen": "yangchenlarkin@gmail.com"
9   },
10   "platforms": {
11     "ios": "5.0"
12   },
13   "source": {
14     "git": "https://github.com/yangchenlarkin/MDTools.git",
15     "tag": "0.0.9"
16   },
17   "frameworks": "Foundation",
18   "subspecs": [
19     {
20       "name": "MDListener",
21       "source_files": "MDTools/MDListener/*.{h,m}"
22     },
23     {
24       "name": "MDTask",
25       "source_files": "MDTools/MDTask/*.{h,m}"
26     },
27     {
28       "name": "MDProtocolImplementation",
29       "source_files": "MDTools/MDProtocolImplementation/*.{h,m}"
30     },
31     {
32       "name": "MDModuleManager",
33       "source_files": "MDTools/MDModuleManager/*.{h,m}",
34       "dependencies": {
35         "MDTools/MDProtocolImplementation": [
37         ],
38         "Aspects": [
39           "~> 1.4.1"
40         ]
41       }
42     }
43   ]