blob: f402bb6ee53cfbd07a282a2bec64d0ff95de4c4c [file] [log] [blame]
{
"name": "When",
"summary": "A lightweight implementation of Promises in Swift",
"version": "2.1.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": "2.1.1"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.2"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/When/**/*",
"frameworks": "Foundation"
},
{
"name": "RxSwift",
"source_files": "Sources/RxWhen/**/*",
"dependencies": {
"When/Core": [
],
"RxSwift": [
"~> 3.2.0"
]
}
}
]
}