blob: 8d65038829296fb2d1c4a15486d2f2c894235e16 [file] [log] [blame]
{
"name": "CNKitCategory",
"version": "1.0.5",
"summary": "IOS开发基本Category库!欢迎大家使用",
"description": " A longer description of U in Markdown format.\n\n * IOS开发基本Category库\n * pod使用方法: pod \"CNKitCategory\"\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://git.oschina.net/congni/CNKit.git",
"license": "MIT",
"authors": {
"葱泥": "983818495@qq.com"
},
"source": {
"git": "https://git.oschina.net/congni/CNKit.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "CNKit.h",
"deprecated": true,
"subspecs": [
{
"name": "FoundtionKit",
"source_files": "FoundtionKit/*"
},
{
"name": "UIKit",
"source_files": "UIKit/*"
}
]
}