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