blob: aba2aeb566b3edf2f12df6193837419f80144c05 [file] [log] [blame]
{
"name": "GSPDSegmentedBarView",
"version": "1.0.0",
"summary": "Custom UI control for iOS which is showing data as a segments and a value inside them.",
"description": "Customizable UI control for iOS which is showing data as a segments and a value inside them.",
"homepage": "https://github.com/gspd-mobi/SegmentedBarView-iOS",
"screenshots": [
"http://i.imgur.com/iEq1unf.png",
"http://i.imgur.com/nUbng0l.png"
],
"license": "MIT",
"authors": {
"Alexander Kiyaykin": "alexander.kiyaykin@gspd.mobi"
},
"source": {
"git": "https://github.com/gspd-mobi/SegmentedBarView-iOS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GSPDSegmentedBarView": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}