blob: 90fe6ea7743a32fe709ca0dc40ee8335405788f3 [file] [log] [blame]
{
"name": "HGSegmentedPageViewController",
"version": "1.1.3",
"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.1.3"
},
"source_files": "HGSegmentedPageViewController/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"HGCategoryView": [
"~> 1.1.2"
]
},
"requires_arc": true
}