blob: 173c8cf9310994b4221a29b47fabbe2bf8c18b17 [file] [log] [blame]
{
"name": "SwiftScriptRunner",
"version": "0.1.0",
"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": "0.1.0"
},
"social_media_url": "https://twitter.com/mgrebenets",
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation"
}