blob: c5f30f2d1c002aa9c1063ab28238eba04bf1342f [file] [log] [blame]
{
"name": "ZBSimplePluginManager",
"version": "0.0.2",
"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.2"
},
"social_media_url": "https://twitter.com/zonble",
"documentation_url": "https://zonble.github.io/ZBSimplePluginManager/",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Sources/ZBSimplePluginManager/**/*",
"pushed_with_swift_version": "4.0"
}