blob: 1869c79977d947eb36a061453f7fa0d3e46a4956 [file] [log] [blame]
{
"name": "YSSliderBar",
"version": "0.1.0",
"summary": "An iOS component to mimic the android ActionBar tabbed control",
"description": "YSSliderBar is an iOS component to be used as an alternative to a segmented control or tab.",
"homepage": "https://github.com/ayianni/YSSliderBar",
"license": "MIT",
"authors": {
"Alexander Yianni": "alex.yianni@yianni-software.com"
},
"source": {
"git": "https://github.com/ayianni/YSSliderBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YSSliderBar": [
"Pod/Assets/*.png"
]
}
}