blob: c6ce23da895f640f1017b5309d53e201136fdbb3 [file] [log] [blame]
{
"name": "Sculptor",
"version": "0.2",
"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.2"
},
"source_files": "Sculptor",
"frameworks": "Foundation",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"Mantle": [
"~> 1.0"
]
}
}