blob: 6cb471a9e6b5ac2337b4bd86e65ddb0594ac5f64 [file] [log] [blame]
{
"name": "Mercurio",
"version": "0.1.3",
"summary": "Mercurio is a fast way to make an api with AFNetworking and parse the response with Mantle.",
"homepage": "https://github.com/stefz/Mercurio",
"license": "MIT",
"authors": {
"Stefano Zanetti": "stefano.zanetti@pragmamark.org"
},
"source": {
"git": "https://github.com/stefz/Mercurio.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/stezanna",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Mercurio": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"Mantle": [
"~> 2.0.6"
],
"SSKeychain": [
"~> 1.2.3"
]
}
}