blob: f7e8fb80ecc0c1d391dd13b5eccc730ab6e76062 [file] [log] [blame]
{
"name": "SwiftScriptRunner",
"version": "1.0.1",
"summary": "A helper class for running Swift scripts with asynchronous callbacks.",
"description": "A helper class for running Swift scripts with asynchronous callbacks.\n * Initialize runner, lock before each async call and unlock once it's done.\n * Wait for all locks to unlock at the end of the script.",
"homepage": "https://github.com/mgrebenets/SwiftScriptRunner",
"license": "MIT",
"authors": {
"Maksym Grebenets": "mgrebenets@gmail.com"
},
"source": {
"git": "https://github.com/mgrebenets/SwiftScriptRunner.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/mgrebenets",
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}