blob: 8131499fae3c0f3b4692a9be30a0f25828e9e02f [file] [log] [blame]
{
"name": "bricks-Mantle",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"bricks-Mantle": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"Mantle": [
"~> 2.0.5"
]
}
}