[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 7 / 4 / AHNavigationBar / 0.1.0 / AHNavigationBar.podspec.json
blob70b8ad952557001c7b3522468726666bfe1fe2fc
2   "name": "AHNavigationBar",
3   "version": "0.1.0",
4   "summary": "AHNavigationBar - a UINavigationBar with adjustable height",
5   "description": "#AHNavigationBar - height adjustable UINavigationBar\n\nallows setting the height via code\n\n* `[myBar setHeight:23]`\n* `myBar.height = 42`\n\nor in the interface builder\n\n",
6   "homepage": "https://github.com/jkowalleck/AHNavigationBar",
7   "license": "MIT",
8   "authors": {
9     "Jan Kowalleck": "jan.kowalleck@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jkowalleck/AHNavigationBar.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     "AHNavigationBar": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"