blob: 1388297a67cfa1dbb5824091431c294f015682fa [file] [log] [blame]
{
"name": "WMPageController-Swift",
"version": "1.2.0",
"summary": "An easy solution to page controllers like NetEase News.(Swift Implementation)",
"homepage": "https://github.com/wangmchn/WMPageController-Swift",
"license": "MIT (LICENSE)",
"authors": {
"wangmchn": "wangmchn@163.com"
},
"source": {
"git": "https://github.com/wangmchn/WMPageController-Swift.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"PageController",
"PageController/**/*.{swift}"
],
"exclude_files": "Example",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}