[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 7 / ConsoleBanner / 0.1.0 / ConsoleBanner.podspec.json
blob16c17403c9e48edffac8e00714447a72289eb0d9
2   "name": "ConsoleBanner",
3   "version": "0.1.0",
4   "summary": "A small library to print a debug banner in your Xcode console",
5   "homepage": "https://github.com/brianmichel/ConsoleBanner",
6   "license": "MIT",
7   "authors": {
8     "Brian Michel": "brian.michel@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/brianmichel/ConsoleBanner.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "ConsoleBanner": [
21       "Pod/Assets/*.png"
22     ]
23   }