blob: b69680d019849e066d2dc2a9ed20c63a3d5ba946 [file] [log] [blame]
{
"name": "QPRuntimeKit",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "QPRuntimeKit/Classes/**/*",
"public_header_files": [
"QPRuntimeKit/Classes/**/*.h"
],
"private_header_files": [
"QPRuntimeKit/Classes/RKEncode.def",
"QPRuntimeKit/Classes/RKEncode.h",
"QPRuntimeKit/Classes/RKType.h"
]
}