blob: c291fea152cec0e7710543b4c78ebc8418994e74 [file] [log] [blame]
{
"name": "Sculptor",
"version": "0.1",
"summary": "An AFNetworking response serializer for Mantle.",
"homepage": "https://github.com/dcaunt/Sculptor",
"license": "MIT",
"authors": {
"David Caunt": "dcaunt@gmail.com"
},
"source": {
"git": "https://github.com/dcaunt/Sculptor.git",
"tag": "0.1"
},
"source_files": "Sculptor",
"frameworks": "Foundation",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"Mantle": [
"~> 1.0"
]
}
}