blob: 274cc9ef20ad764ebc0a448ba484c709d76452e3 [file] [log] [blame]
{
"name": "THSegmentedPager",
"version": "0.1.2",
"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": "v0.1.2"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "THSegmentedPager/*.{h,m}",
"dependencies": {
"HMSegmentedControl@hons82": [
"~>1.4.2"
]
}
}