[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 8 / 1 / MGKit / 1.0.0 / MGKit.podspec.json
blobf71c1730f8695db2a2c9cda82fbade29c39acd0d
2   "name": "MGKit",
3   "version": "1.0.0",
4   "summary": "Quickly create UI views.",
5   "description": "Do some auxiliary type operations for development",
6   "homepage": "https://github.com/Maling1255/MGKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "maling": "maling@amberweather.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Maling1255/MGKit.git",
19     "tag": "1.0.0"
20   },
21   "requires_arc": true,
22   "source_files": "MGKit/MGKit.h",
23   "public_header_files": "MGKit/MGKit.h",
24   "subspecs": [
25     {
26       "name": "Foundation",
27       "source_files": "MGKit/Foundation/**/*.{h,m}",
28       "public_header_files": "MGKit/Foundation/**/*.h"
29     },
30     {
31       "name": "UIKit",
32       "source_files": "MGKit/UIKit/**/*.{h,m}",
33       "public_header_files": "MGKit/UIKit/**/*.h"
34     },
35     {
36       "name": "NSObject",
37       "source_files": "MGKit/NSObject/**/*.{h,m}",
38       "public_header_files": "MGKit/NSObject/**/*.h"
39     }
40   ]