[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / b / 7 / YSSliderBar / 0.1.0 / YSSliderBar.podspec.json
blob1869c79977d947eb36a061453f7fa0d3e46a4956
2   "name": "YSSliderBar",
3   "version": "0.1.0",
4   "summary": "An iOS component to mimic the android ActionBar tabbed control",
5   "description": "YSSliderBar is an iOS component to be used as an alternative to a segmented control or tab.",
6   "homepage": "https://github.com/ayianni/YSSliderBar",
7   "license": "MIT",
8   "authors": {
9     "Alexander Yianni": "alex.yianni@yianni-software.com"
10   },
11   "source": {
12     "git": "https://github.com/ayianni/YSSliderBar.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     "YSSliderBar": [
22       "Pod/Assets/*.png"
23     ]
24   }