[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / 1 / a / HGSegmentedPageViewController / 0.1.3 / HGSegmentedPageViewController.podspec.json
blob994e00974276b9e4baa3c186c1b0e293996cc309
2   "name": "HGSegmentedPageViewController",
3   "version": "0.1.3",
4   "license": "MIT",
5   "summary": "A paging solution",
6   "description": "A paging solution.\nHGSegmentedPageViewController supports iOS.",
7   "homepage": "https://github.com/ArchLL/HGSegmentedPageViewController",
8   "authors": {
9     "Arch": "mint_bin@163.com"
10   },
11   "source": {
12     "git": "https://github.com/ArchLL/HGSegmentedPageViewController.git",
13     "tag": "0.1.3"
14   },
15   "source_files": "HGSegmentedPageViewController/Classes/*.{h,m}",
16   "ios": {
17     "frameworks": [
18       "Foundation",
19       "UIKit"
20     ]
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "dependencies": {
26     "Masonry": [
27       "~> 1.1.0"
28     ]
29   },
30   "requires_arc": true