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