[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / c / 1 / PATabbarView / 0.2.3 / PATabbarView.podspec.json
bloba9aab6b35b6f0fc102eccabb63ed97aae0e421f0
2   "name": "PATabbarView",
3   "version": "0.2.3",
4   "summary": "Pushable Tabbar Like MacOS Safari",
5   "description": "Pushable Tabbar is like MacOS Safari.You can add subclass of PATabbarPushedView object into PATabbarView.",
6   "homepage": "https://github.com/suterusu/PATabbarView",
7   "license": "MIT",
8   "authors": {
9     "Inba": "gyuuuuchan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/suterusu/PATabbarView.git",
13     "tag": "0.2.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Class/*",
20   "public_header_files": [
21     "Class/PATabbarView.h",
22     "Class/PATabbarPushedView.h"
23   ]