[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / 1 / THSegmentedPager / 0.1.2 / THSegmentedPager.podspec.json
blob274cc9ef20ad764ebc0a448ba484c709d76452e3
2   "name": "THSegmentedPager",
3   "version": "0.1.2",
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.2"
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.4.2"
25     ]
26   }