blob: 3086d1bfd61ba5321e7b221656edcbf2ab5de4cc [file] [log] [blame]
{
"name": "THSegmentedPager",
"version": "1.1.3",
"summary": "Simple plugin-sample using the HMSegmentedControl and a UIPageViewController to show Tabs",
"homepage": "https://github.com/hons82/THSegmentedPager",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hannes Tribus": "hons82@gmail.com"
},
"source": {
"git": "https://github.com/hons82/THSegmentedPager.git",
"tag": "v1.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "THSegmentedPager/*.{h,m}",
"dependencies": {
"HMSegmentedControl": [
"~>1.5.2"
]
}
}