[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 1 / b / MKit / 0.1.0 / MKit.podspec.json
blobb9b3ee8f7978c66c55e570f00fa4e8e8e7b017f6
2   "name": "MKit",
3   "version": "0.1.0",
4   "summary": "Development Tools.",
5   "description": "Development tools for ios ,such as categories,common ui!",
6   "homepage": "https://github.com/redsun/MKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kim": "i@didset.com"
13   },
14   "source": {
15     "git": "https://github.com/redsun/MKit.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "MKit/Classes/MKit.h",
23   "subspecs": [
24     {
25       "name": "Categories",
26       "source_files": "MKit/Classes/Categories/*",
27       "frameworks": [
28         "UIKit",
29         "Foundation"
30       ]
31     }
32   ]