blob: ea52620cf71a7b7c6d41e99b029f59fc6e2e95e9 [file] [log] [blame]
{
"name": "TKRuntime",
"version": "0.1.0",
"summary": "NSObject extension with NSObjCRuntime.",
"description": "NSObject extension with NSObjCRuntime, We can edit class at runloop",
"homepage": "https://github.com/ZhengXianda0512/TKRuntime",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhengxianda": "zhengxianda0512@gmail.com"
},
"source": {
"git": "https://github.com/ZhengXianda0512/TKRuntime.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"public_header_files": "TKRuntime/Classes/**/*.h",
"source_files": "TKRuntime/Classes/**/*",
"prefix_header_contents": "#import \"TKEncoding.h\""
}