blob: ce1d901bbd4495fbd8cea0fb928272551ca05615 [file] [log] [blame]
{
"name": "QPRuntimeKit",
"version": "0.1.0",
"summary": "Encapsulate Objective-C Runtime to parse or modify Runtime Objects in a manner consistent with its type system.",
"description": "Encapsulate Objective-C Runtime to parse or modify Runtime Objects in\na manner consistent with its type system, each prototype object has a\ncorresponding wrapper class.",
"homepage": "https://github.com/keqiongpan/QPRuntimeKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Qiongpan Ke": "keqiongpan@163.com"
},
"source": {
"git": "https://github.com/keqiongpan/QPRuntimeKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "QPRuntimeKit/Classes/**/*",
"public_header_files": [
"QPRuntimeKit/Classes/**/*.h"
]
}