blob: f0d1f8d2b4acd7967008b63166b6ca81e0ae938a [file] [log] [blame]
{
"name": "bricks-Mantle",
"version": "0.1.1",
"summary": "Helper methods and utilities classes to get rid of mantle boilerplate.",
"description": "Helps methods and utilities classes to get rid of mantle boilerplate.This is a spin off of bricks pod\nto handle exclusively mantle objects.",
"homepage": "https://github.com/thiagolioy/bricks-Mantle",
"license": "MIT",
"authors": {
"Thiago Lioy": "thiagolioy@gmail.com"
},
"source": {
"git": "https://github.com/thiagolioy/bricks-Mantle.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"Mantle": [
"~> 2.0.7"
]
}
}