blob: be5e36d29e1c7489870ee4815c4602ad9e908d56 [file] [log] [blame]
{
"name": "Overcoat+PromiseKit",
"version": "4.0.0-beta.2",
"cocoapods_version": ">= 0.39",
"license": "MIT",
"summary": "Overcoat is a small but powerful library that makes creating REST clients simple and fun.",
"homepage": "https://github.com/overcoat/Overcoat",
"authors": {
"Guillermo Gonzalez": "gonzalezreal@icloud.com",
"sodastsai": "sodas@icloud.com"
},
"source": {
"git": "https://github.com/overcoat/Overcoat.git",
"tag": "4.0.0-beta.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Overcoat": [
"~> 4.0.0-beta.2"
],
"PromiseKit/CorePromise": [
"> 2"
]
},
"source_files": "Sources/PromiseKit/*.{h,m}",
"header_dir": "OvercoatPromiseKit"
}