blob: 0e413a764b035822c446127033f60bf9c44ece0a [file] [log] [blame]
{
"name": "CPSegmentedScrollView",
"version": "1.0.1",
"summary": "CPSegmentedScrollView is a consul to animate a segmented control when paired with a scroll view.",
"homepage": "https://github.com/ClementPadovani/CPSegmentedScrollView",
"screenshots": "https://raw.githubusercontent.com/ClementPadovani/CPSegmentedScrollView/master/CPSegmentedScrollView.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clément Padovani": "clement.padovani@gmail.com"
},
"source": {
"git": "https://github.com/ClementPadovani/CPSegmentedScrollView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CPSegmentedScrollView/Classes/**/*",
"public_header_files": "CPSegmentedScrollView/Classes/Public/*.h",
"private_header_files": "CPSegmentedScrollView/Classes/Private/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}