[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / f / 1 / ZBSimplePluginManager / 0.0.1 / ZBSimplePluginManager.podspec.json
blobd82617aedbc2954acaa231929b8d0453352ce7fc
2   "name": "ZBSimplePluginManager",
3   "version": "0.0.1",
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.1"
17   },
18   "social_media_url": "https://twitter.com/zonble",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0"
23   },
24   "source_files": "Sources/ZBSimplePluginManager/**/*",
25   "pushed_with_swift_version": "4.0"