blob: 2cd8eb63996eea6ecb8b95e66ad313a3c7be7650 [file] [log] [blame]
{
"name": "GFPageController",
"version": "0.0.1",
"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.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"GFPageController",
"GFPageController/**/*.{h,m}"
],
"exclude_files": "GFPageControllerDemo",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}