blob: 73f8ccfae5ad239893510f61bb46532b88d17019 [file] [log] [blame]
{
"name": "FIXiT",
"version": "0.1.0",
"summary": "Yet another Javascript fixing solution.",
"description": "A Javascript Proxy Object based hotfix solution for Objective-C. With the power\nof KVC, your may access and update Objective-C class members at runtime.\nSimple to use and integrate. You can write your js code in a more natural way.",
"homepage": "https://github.com/rickytan/FIXiT",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rickytan": "ricky.tan.xin@gmail.com"
},
"source": {
"git": "https://github.com/rickytan/FIXiT.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FIXiT/Classes/**/*",
"resources": "FIXiT/Assets/*.js",
"public_header_files": "FIXiT/Classes/**/FIXiT.h",
"frameworks": [
"Foundation",
"JavaScriptCore"
],
"libraries": "c++"
}