blob: b9b3ee8f7978c66c55e570f00fa4e8e8e7b017f6 [file] [log] [blame]
{
"name": "MKit",
"version": "0.1.0",
"summary": "Development Tools.",
"description": "Development tools for ios ,such as categories,common ui!",
"homepage": "https://github.com/redsun/MKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kim": "i@didset.com"
},
"source": {
"git": "https://github.com/redsun/MKit.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "MKit/Classes/MKit.h",
"subspecs": [
{
"name": "Categories",
"source_files": "MKit/Classes/Categories/*",
"frameworks": [
"UIKit",
"Foundation"
]
}
]
}