blob: b44b2c7b2ce1528e1fb9c3fa517fb2e3bff7b2c7 [file] [log] [blame]
{
"name": "THSegmentedPager",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "THSegmentedPager/*.{h,m}",
"dependencies": {
"HMSegmentedControl@hons82": [
"~>1.3.1"
]
}
}