[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / f / 7 / d / PXBelowStatusBarView / 0.1.1 / PXBelowStatusBarView.podspec.json
blob502001fc8f308922c8d5bc18e30a03c381698b8e
2   "name": "PXBelowStatusBarView",
3   "version": "0.1.1",
4   "summary": "A view that stays below the status bar.",
5   "description": "PXBelowStatusBarView is a view that lays its subview out immediately below the status bar, if the status bar would have otherwise covered it.",
6   "homepage": "https://github.com/pixio/PXBelowStatusBarView",
7   "license": "MIT",
8   "authors": {
9     "Spencer Phippen": "spencer.phippen@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXBelowStatusBarView.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,m}",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "resource_bundles": {
22     "PXBelowStatusBarView": [
23       "Pod/Assets/*.png"
24     ]
25   }