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