[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / d / 0 / RZToolbar / 0.1.2 / RZToolbar.podspec.json
blob18e7f6466e0633588bd71000edd7cba4f83fb49a
2   "name": "RZToolbar",
3   "version": "0.1.2",
4   "summary": "RZToolbar provides convenience for accessing toolbars' bar items views while preserves those easy-to-use interfaces of UIToolbar class.",
5   "description": "RZToolbar provides convenience for accessing toolbars' bar item views while preserves those easy-to-use interfaces of UIToolbar class.\nIn fact, I build this custom toolbar style view also due to some strange layout issues for UIToolbar.",
6   "homepage": "https://github.com/RookieZn/RZToolbar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RookieZn": "rookiezn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/RookieZn/RZToolbar.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RZToolbar/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
24       "~> 1.0.1"
25     ]
26   }