blob: 37b169df4c595b59281886b0c7acfaab464aa337 [file] [log] [blame]
{
"name": "ScrollableTabs",
"version": "0.1.1",
"summary": "Protocol-oriented Scrollable TabBar written in Swift2",
"description": "Protocol-oriented Scrollable TabBar written in Swift2.",
"homepage": "https://github.com/kumapo/ScrollableTabs",
"screenshots": "https://github.com/kumapo/ScrollableTabs/raw/screenshots/screenshots_1.gif",
"license": "MIT",
"authors": {
"kumapo": "kumapo@users.noreply.github.com"
},
"source": {
"git": "https://github.com/kumapo/ScrollableTabs.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ScrollableTabs/Classes/**/*",
"resource_bundles": {
"ScrollableTabs": [
"ScrollableTabs/Assets/*.png"
]
},
"dependencies": {
"RxSwift": [
"~> 2.1"
],
"RxCocoa": [
"~> 2.1"
]
}
}