blob: c11c890041edb0f63ea5162d0f2b57bdf58204a4 [file] [log] [blame]
{
"name": "PromiseIOU",
"version": "1.6.0",
"description": "PromiseIOU makes it easer to handle asynchronous code in Swift with type safety. It's focused making it easy to manage complex asynchronous code.",
"authors": {
"Grant Oladipo": "grant@oladipo.us"
},
"summary": "An implementation of futures written in Swift.",
"homepage": "https://github.com/kocodude/PromiseIOU",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/kocodude/PromiseIOU.git",
"tag": "1.6.0"
},
"social_media_url": "https://twitter.com/kocodude",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"AsyncSwift": [
"~> 1.7"
],
"ObjectMapper": [
"~> 1.3"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "All",
"dependencies": {
"PromiseIOU/Core": [
]
}
},
{
"name": "Core",
"source_files": "PromiseIOU/Core/**/*"
}
]
}