[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / d / 1 / THSegmentedPager / 1.0.0 / THSegmentedPager.podspec.json
blob4a0dde0bb91e67557abdfabb97aaaf41d2be8192
2   "name": "THSegmentedPager",
3   "version": "1.0.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.0.0"
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.3"
25     ]
26   }