[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 1 / c / MGCategories / 0.0.1 / MGCategories.podspec.json
blobbd78953cca052a85b10fa158981b63cb48c89d7e
2   "name": "MGCategories",
3   "version": "0.0.1",
4   "summary": "常用类的Category.",
5   "description": "TODO: 不定期添加一些常用Category,方便开发。",
6   "homepage": "https://github.com/cndevmingle/MGCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mingle": "cndevmingle@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cndevmingle/MGCategories.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "MGDate",
24       "source_files": "MGCategories/MGCategories/Classes/MGDate/**/*.{h,m}",
25       "frameworks": "Foundation"
26     },
27     {
28       "name": "MGView",
29       "source_files": "MGCategories/MGCategories/Classes/MGView/**/*.{h,m}",
30       "frameworks": "UIKit"
31     }
32   ]