[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / b / bricks-Mantle / 0.1.0 / bricks-Mantle.podspec.json
blob8131499fae3c0f3b4692a9be30a0f25828e9e02f
2   "name": "bricks-Mantle",
3   "version": "0.1.0",
4   "summary": "Helper methods and utilities classes to get rid of mantle boilerplate.",
5   "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.",
6   "homepage": "https://github.com/thiagolioy/bricks-Mantle",
7   "license": "MIT",
8   "authors": {
9     "Thiago Lioy": "thiagolioy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/thiagolioy/bricks-Mantle.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "bricks-Mantle": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "Mantle": [
28       "~> 2.0.5"
29     ]
30   }