blob: 8eb38c13add1d3fc99dc57974819c09f6b9e7767 [file] [log] [blame]
{
"name": "Overcoat+ReactiveCocoa",
"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"
},
"dependencies": {
"Overcoat": [
"~> 4.0.0-beta.2"
],
"ReactiveCocoa": [
"~> 2.4"
]
},
"source_files": "Sources/ReactiveCocoa/*.{h,m}",
"header_dir": "OvercoatReactiveCocoa"
}