[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 1 / 5 / 2 / MCUIKit / 0.2.1 / MCUIKit.podspec.json
blob735d0ed5b93aa974a5568d4e760ac8906dee7c00
2   "name": "MCUIKit",
3   "version": "0.2.1",
4   "summary": "Additions for iOS UIKit.",
5   "description": "TODO: Add long description of the pod here.\n包含UIKit基础组件库、分类、扩展等",
6   "homepage": "https://github.com/MC-Studio/MCUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mylcode": "mylcode.ali@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MC-Studio/MCUIKit.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Category",
22   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": "MCUIKit/Classes/Category/*"
26     },
27     {
28       "name": "UIKit",
29       "source_files": "MCUIKit/Classes/UIKit/*",
30       "dependencies": {
31         "MCUIKit/Category": [
33         ]
34       }
35     }
36   ]