blob: 94eae058769a194c6ce137b234881fdeddc33f55 [file] [log] [blame]
{
"name": "CRBoost",
"version": "0.0.2",
"summary": "CRBoost is a set of standard iOS application used some macro definitions, categories and methods",
"description": "CRBoost is a set of standard iOS application used some macro definitions, categories and methods through the development of long experience gathered easier for developers to use",
"homepage": "https://github.com/gushaokun/CRBoost",
"license": "MIT",
"authors": {
"gushaokun": "gushaokun@gmail.com"
},
"source": {
"git": "https://github.com/gushaokun/CRBoost.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"CRBoost": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}