[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / e / 4 / 1 / Bricks / 0.1.1 / Bricks.podspec.json
blobc5f36b12e84cb600336c86617e63978871c60bdc
2   "name": "Bricks",
3   "version": "0.1.1",
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.1"
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   }