[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 3 / d / 1 / THSegmentedPager / 0.1.1 / THSegmentedPager.podspec.json
blobf1df3d6192a237b9361878070bbafb5c94e53712
2   "name": "THSegmentedPager",
3   "version": "0.1.1",
4   "summary": "Simple plugin-sample using the HMSegmentedControl and a UIPageViewController to show Tabs",
5   "homepage": "https://github.com/hons82/THSegmentedPager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Hannes Tribus": "hons82@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/hons82/THSegmentedPager.git",
15     "tag": "v0.1.1"
16   },
17   "platforms": {
18     "ios": "6.1"
19   },
20   "requires_arc": true,
21   "source_files": "THSegmentedPager/*.{h,m}",
22   "dependencies": {
23     "HMSegmentedControl@hons82": [
24       "~>1.3.1"
25     ]
26   }