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