blob: dcdccb6777fd7210a4b14593e54d0d79f5c36488 [file] [log] [blame]
{
"name": "Overcoat",
"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": "7.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"frameworks": "Foundation",
"dependencies": {
"Mantle": [
"~> 2.0"
],
"AFNetworking/Serialization": [
"~> 3.0"
],
"AFNetworking/NSURLSession": [
"~> 3.0"
]
},
"source_files": "Sources/Core/*.{h,m}"
}