[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / d / f / MDTools / 0.0.3 / MDTools.podspec.json
blobda9181fafd9d779b46ad0d7959ab7cd4e39f3923
2   "name": "MDTools",
3   "version": "0.0.3",
4   "summary": "Tools for Objcetive-C.",
5   "homepage": "https://github.com/yangchenlarkin/MDTools",
6   "license": "MIT",
7   "authors": {
8     "Larkin": "yangchenlarkin@gmail.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/yangchenlarkin/MDTools.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "MDTools/**/*.{h,m}",
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   ]