[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 4 / 1 / Bricks / 0.1.0 / Bricks.podspec.json
blob93c235f16f966e79df85c91cdb56376a6321e9c0
2   "name": "Bricks",
3   "version": "0.1.0",
4   "summary": "Instead of boilerplate, use bricks!",
5   "description": "Pod with utility classes which provide the building blocks for create iOS apps.\nDont waste your time creating again or copying boilerplate from project to project.\nUse our building blocks for that, go bricks!",
6   "homepage": "https://github.com/jonastomazalves/Bricks",
7   "license": "MIT",
8   "authors": {
9     "Thiago Lioy": "thiago.lioy@gmail.com",
10     "Jonas Tomaz": "jonastomazalves@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/jonastomazalves/Bricks.git",
14     "tag": "0.1.0"
15   },
16   "social_media_url": "https://twitter.com/@tplioy",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "Bricks": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h",
28   "dependencies": {
29     "Mantle": [
30       "~> 2.0.5"
31     ]
32   }