[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / d / 1 / THSegmentedPager / 1.1.2 / THSegmentedPager.podspec.json
blob65f58265585933454965cf78ecbcb21c730e6eff
2   "name": "THSegmentedPager",
3   "version": "1.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": "v1.1.2"
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.2"
25     ]
26   }