blob: ad156e941ca4b83d41668605f51cfb14f7ce34a7 [file] [log] [blame]
{
"name": "CNBasicTools-OC",
"version": "1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/congni/CNBasicTools-OC.git",
"authors": {
"葱泥": "983818495@qq.com"
},
"summary": "OC开发基本工具库",
"description": "A longer description of U in Markdown format.\n\n* OC开发基本工具库\n* pod使用方法: pod \"CNBasicTools-OC\"\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/congni/CNBasicTools-OC.git",
"tag": "1.1"
},
"requires_arc": true,
"source_files": "CNBasicTools-OC/*",
"dependencies": {
"CNKit": [
]
}
}