[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / c / 1 / PATabbarView / 0.2.4 / PATabbarView.podspec.json
blobf93fac6c1762daf1e5698ec46be8752e85f1a2b1
2   "name": "PATabbarView",
3   "version": "0.2.4",
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.4"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "source_files": "Class/*",
20   "public_header_files": [
21     "Class/PATabbarView.h",
22     "Class/PATabbarPushedView.h"
23   ]