blob: ce0602860a4d306f3aae7903d70df70a0961120d [file] [log] [blame]
{
"name": "PromiseIOU",
"version": "1.4.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.4.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": [
],
"PromiseIOU/DiskStore": [
],
"PromiseIOU/Ops": [
]
}
},
{
"name": "Core",
"source_files": "PromiseIOU/Core/**/*"
},
{
"name": "DiskStore",
"dependencies": {
"PromiseIOU/Core": [
]
},
"source_files": "PromiseIOU/DiskStore/**/*"
},
{
"name": "Ops",
"dependencies": {
"PromiseIOU/Core": [
]
},
"source_files": "PromiseIOU/Ops/**/*"
}
]
}