blob: 9d554d9b2f2e8e514058add652ee49df78e627f3 [file] [log] [blame]
{
"name": "HGSegmentedPageViewController",
"version": "1.0.1",
"license": "MIT",
"summary": "A paging solution",
"description": "A paging solution.\nHGSegmentedPageViewController supports iOS.",
"homepage": "https://github.com/ArchLL/HGSegmentedPageViewController",
"authors": {
"Arch": "mint_bin@163.com"
},
"source": {
"git": "https://github.com/ArchLL/HGSegmentedPageViewController.git",
"tag": "1.0.1"
},
"source_files": "HGSegmentedPageViewController/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"HGCategoryView": [
"~> 1.0.3"
]
},
"requires_arc": true
}