| { |
| "name": "THSegmentedPager", |
| "version": "1.1.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "THSegmentedPager/*.{h,m}", |
| "dependencies": { |
| "HMSegmentedControl": [ |
| "~>1.5.2" |
| ] |
| } |
| } |