blob: 0b6955df336a12429f6a60b63bea5983a2282c68 [file] [log] [blame]
{
"name": "CJRToolsKit",
"version": "0.0.1",
"summary": "A short description of CJRToolsKit.",
"description": "123123123",
"homepage": "https://github.com/appledev201888/CJRToolsKit",
"license": "MIT",
"authors": {
"bigapple": "weibinchen@uutaka.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/appledev201888/CJRToolsKit.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "Classes/*.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"vendored_frameworks": "Classes/*.framework",
"requires_arc": true
}