[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 5 / d / f / MDTools / 0.0.2 / MDTools.podspec.json
blobf4b1be5270d93e45b48c795c2998f870126cc645
2   "name": "MDTools",
3   "version": "0.0.2",
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.2"
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   ]