blob: f83e1ecdfb48cc31cc8cd9ce28c2e4d778562eb0 [file] [log] [blame]
{
"name": "NEUPagingSegmentedControl",
"version": "0.3.0",
"summary": "A horizontal segmented control that works with UIScrollView paging.",
"screenshots": "https://bcylin.github.io/NEUPagingSegmentedControl/img/screenshot.png",
"homepage": "https://github.com/bcylin/NEUPagingSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "bcylin",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/bcylin/NEUPagingSegmentedControl.git",
"tag": "v0.3.0"
},
"source_files": "Source/*.{h,m}",
"public_header_files": "Source/NEUPagingSegmentedControl.h"
}