blob: 16b3e085e3e9239c6697086ad8e38736e60c3c63 [file] [log] [blame]
{
"name": "Overcoat",
"version": "0.2",
"license": "MIT",
"summary": "Overcoat is an AFNetworking extension that makes it super 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": "0.2"
},
"source_files": "Overcoat",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.2.1"
],
"Mantle": [
"~> 1.1"
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Foundation",
"weak_frameworks": [
"Accounts",
"Social"
]
},
"osx": {
"frameworks": "Foundation",
"weak_frameworks": [
"Accounts",
"Social"
]
}
}