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