blob: d82617aedbc2954acaa231929b8d0453352ce7fc [file] [log] [blame]
{
"name": "ZBSimplePluginManager",
"version": "0.0.1",
"summary": "A simple plug-in system by using JavaScriptCore.",
"description": "Apple introduced JavaScriptCore framework, a JavaScript interpreter, in iOS 7. \nIt is a great tool and we leverage it to build a simple plug-in system to extend \nflexibility of your app easily.",
"homepage": "https://github.com/zonble/ZBSimplePluginManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zonble": "zonble@gmail.com"
},
"source": {
"git": "https://github.com/zonble/ZBSimplePluginManager.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/zonble",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Sources/ZBSimplePluginManager/**/*",
"pushed_with_swift_version": "4.0"
}