28 lines
788 B
JSON
28 lines
788 B
JSON
{
|
|
"name": "Segmentio",
|
|
"version": "2.1.2",
|
|
"homepage": "https://github.com/Yalantis/Segmentio",
|
|
"summary": "Animated top/bottom segmented control written in Swift!",
|
|
"screenshots": "https://raw.githubusercontent.com/Yalantis/Segmentio/master/Assets/animation.gif",
|
|
"authors": "Yalantis",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"social_media_url": "https://twitter.com/yalantis",
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/Yalantis/Segmentio.git",
|
|
"tag": "2.1.2"
|
|
},
|
|
"source_files": "Segmentio/Source/**/*.swift",
|
|
"resources": "Segmentio/Source/Badge/Views/*.xib",
|
|
"resource_bundles": {
|
|
"Segmentio": "Segmentio/Source/Badge/Views/*.xib"
|
|
},
|
|
"module_name": "Segmentio",
|
|
"requires_arc": true
|
|
}
|