blob: 66af2129376f237e9b82f51bf50e570ae13e6eac [file] [log] [blame]
{
"name": "When",
"summary": "A lightweight implementation of Promises in Swift",
"version": "1.0.3",
"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.3"
},
"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"
}