blob: 64d808afde60019d0802e41db40c7234b95c63f7 [file] [log] [blame]
{
"name": "Overcoat",
"version": "0.1",
"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.1"
},
"source_files": "Overcoat",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.2.1"
],
"Mantle": [
"~> 1.0"
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Foundation",
"weak_frameworks": [
"Accounts",
"Social"
]
},
"osx": {
"frameworks": "Foundation",
"weak_frameworks": [
"Accounts",
"Social"
]
}
}