[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / f / 1 / ZBSimplePluginManager / 0.0.2 / ZBSimplePluginManager.podspec.json
blobc5f30f2d1c002aa9c1063ab28238eba04bf1342f
2   "name": "ZBSimplePluginManager",
3   "version": "0.0.2",
4   "summary": "A simple plug-in system by using JavaScriptCore.",
5   "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.",
6   "homepage": "https://github.com/zonble/ZBSimplePluginManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zonble": "zonble@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zonble/ZBSimplePluginManager.git",
16     "tag": "0.0.2"
17   },
18   "social_media_url": "https://twitter.com/zonble",
19   "documentation_url": "https://zonble.github.io/ZBSimplePluginManager/",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0"
24   },
25   "source_files": "Sources/ZBSimplePluginManager/**/*",
26   "pushed_with_swift_version": "4.0"