blob: bae47292544ff456c4e0c4003129a60589779759 [file] [log] [blame]
{
"name": "Overcoat",
"version": "1.1",
"license": "MIT",
"summary": "Overcoat is an AFNetworking extension that makes it extremely simple for developers to use Mantle model objects with a REST client.",
"homepage": "https://github.com/gonzalezreal/Overcoat",
"authors": {
"Guillermo Gonzalez": "gonzalezreal@icloud.com"
},
"source": {
"git": "https://github.com/gonzalezreal/Overcoat.git",
"tag": "1.1"
},
"source_files": "Overcoat",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
],
"Mantle": [
"~> 1.3"
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Foundation",
"weak_frameworks": [
"Accounts",
"Social"
]
},
"osx": {
"frameworks": "Foundation",
"weak_frameworks": [
"Accounts",
"Social"
]
}
}