blob: 8905c24186929b8dca3f51448b71c3707cda2d9b [file] [log] [blame]
{
"name": "GFPageController",
"version": "0.1.0",
"summary": "A common paging controls.",
"description": "It is a component for ios paging controls,written by Objective-C",
"homepage": "https://github.com/gaofengtan/GFPageController",
"license": "MIT(LICENSE)",
"authors": {
"gaofengtan": "1755059481@qq.com"
},
"source": {
"git": "https://github.com/gaofengtan/GFPageController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GFPageController/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}