blob: 115fd6cb2f64b0ddffe9bb97c31ecc663365fe64 [file] [log] [blame]
{
"name": "SIRuntimeWrap",
"version": "1.1",
"summary": "Runtime Wrap",
"description": "A Simple Wrap for runtime with Objective-C",
"homepage": "https://github.com/silence0201/RuntimeWrap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silence": "374619540@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/silence0201/RuntimeWrap.git",
"tag": "1.1"
},
"source_files": [
"SIRuntime",
"SIRuntime/**/*.{h,m}"
],
"exclude_files": "SIRuntime/Exclude",
"public_header_files": "SIRuntime/**/*.h",
"requires_arc": true
}