blob: 8543b896593abfebeb49a2832365d2c7aa1f00d7 [file] [log] [blame]
{
"name": "LCKit",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"LCKit/*.{h,m}",
"LCKit/Categories/UIKit/*.{h,m}",
"LCKit/Categories/Common/*.{h,m}",
"LCKit/Categories/Foundation/*.{h,m}",
"LCKit/Categories/UIKitWithBlocks/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}