blob: 07789bbcb48cd44f7633e796cc57bc81233f586e [file] [log] [blame]
{
"name": "LCKit",
"version": "1.0.3",
"summary": "Common methods for iOS.",
"description": "It is common methods used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/cnzlh/LCKit",
"license": "MIT",
"authors": {
"朱林华": "cnzlh@163.com"
},
"source": {
"git": "https://github.com/cnzlh/LCKit.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"LCKit/*.{h,m}",
"LCKit/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}