[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / 4 / Scriptable / 0.1.1 / Scriptable.podspec.json
blob84667b93a370affb1aa025a4b185ff5dddb54032
2   "name": "Scriptable",
3   "version": "0.1.1",
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.1"
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"