blob: 6ffcf33c536b2c974c12ec5f7b8e19b59979a413 [file] [log] [blame]
{
"name": "SIRuntimeWrap",
"version": "1.0",
"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.0"
},
"source_files": [
"SIRuntime",
"SIRuntime/**/*.{h,m}"
],
"exclude_files": "SIRuntime/Exclude",
"public_header_files": "SIRuntime/**/*.h",
"requires_arc": true
}