blob: a43f4df0d7f413189feb3d15faa22755faf88d43 [file] [log] [blame]
{
"name": "RCExtension",
"version": "0.0.1",
"summary": "Extension used in app Development",
"description": "Category/Macros used in iOS Development",
"homepage": "https://github.com/whyefa/RCExtension",
"license": "MIT (LICENSE)",
"authors": {
"Broken": "whyefa@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/whyefa/RCExtension.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"RCExtension/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "RCExtension/**/*.h",
"requires_arc": true
}