blob: 0fc590280403f4b557b6f2f263a483333cdcdb6a [file] [log] [blame]
{
"name": "CNCommonLib",
"version": "0.0.1",
"summary": "CNCommonLib for iOS.",
"description": "CNCommonLib是iOS开发中常用的一些库, 例如: 分类 | 倒计时 | 通用宏等",
"homepage": "https://github.com/StephentTom/CNCommonLib",
"license": "MIT",
"authors": {
"Mr Hong": "857329255@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/StephentTom/CNCommonLib.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}