[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / d / 1 / THSegmentedPager / 1.1.0 / THSegmentedPager.podspec.json
blobf93a5766a22246238ae262dc0fcc4e9e6f764155
2   "name": "THSegmentedPager",
3   "version": "1.1.0",
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": "v1.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "THSegmentedPager/*.{h,m}",
22   "dependencies": {
23     "HMSegmentedControl": [
24       "~>1.5.1"
25     ]
26   }