blob: 9d336aafdd343548749ddff1d18ac2ef818a420b [file] [log] [blame]
{
"name": "CNKit",
"version": "1.1.9",
"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!",
"homepage": "https://github.com/congni/CNKit.git",
"license": "MIT",
"authors": {
"葱泥": "983818495@qq.com"
},
"source": {
"git": "https://github.com/congni/CNKit.git",
"tag": "1.1.9"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "CNKit.h",
"subspecs": [
{
"name": "FoundtionKit",
"source_files": "FoundtionKit/*"
},
{
"name": "UIKit",
"source_files": "UIKit/*"
}
]
}