blob: 86f9ea80e14be60a87d198adb7d18c9c0a005d8b [file] [log] [blame]
{
"name": "MCUIKit",
"version": "0.1.0",
"summary": "Additions for iOS UIKit.",
"description": "TODO: Add long description of the pod here.\n包含UIKit基础组件库、分类、扩展等",
"homepage": "https://github.com/MC-Studio/MCUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mylcode": "mylcode.ali@gmail.com"
},
"source": {
"git": "https://github.com/MC-Studio/MCUIKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "MCUIKit/Classes/Category/*"
},
{
"name": "UIKit",
"source_files": "MCUIKit/Classes/UIKit/*",
"dependencies": {
"MCUIKit/Category": [
]
}
}
]
}