[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 2 / 4 / Scriptable / 0.1.2 / Scriptable.podspec.json
blob87d9ad50c57e5da5c0f05dfb5ee7cee903196713
2   "name": "Scriptable",
3   "version": "0.1.2",
4   "summary": "Run any terminal command through macOS apps by conforming to Scriptable protocol",
5   "swift_versions": "5.0",
6   "description": "Create a GUI macOS app for more productivity to set all your commands and run them by conforming to Scriptable protocol and using runTask method, for more example check the attached example project",
7   "homepage": "https://github.com/cs4alhaider/Scriptable",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "cs4alhaider": "cs.alhaider@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/cs4alhaider/Scriptable.git",
17     "tag": "0.1.2"
18   },
19   "social_media_url": "https://twitter.com/cs_alhaider",
20   "platforms": {
21     "osx": "10.10"
22   },
23   "source_files": "Scriptable/Classes/**/*",
24   "swift_version": "5.0"