blob: 777e3ade73ce41d63b222eacb12ea424edcc5d9e [file] [log] [blame]
{
"name": "When",
"summary": "A lightweight implementation of Promises in Swift",
"version": "1.0.1",
"homepage": "https://github.com/vadymmarkov/When",
"license": "MIT",
"authors": {
"Vadym Markov": "markov.vadym@hyper.no"
},
"source": {
"git": "https://github.com/vadymmarkov/When.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*"
},
"osx": {
"source_files": "Sources/**/*"
},
"frameworks": "Foundation"
}