blob: c9adab9c95a27e9c4ae30506a97955560174271c [file] [log] [blame]
{
"name": "MNPageViewController",
"version": "0.0.6",
"summary": "A horizontal scroll view container for UIViewControllers.",
"homepage": "https://github.com/min/MNPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Min Kim": "me@mink.im"
},
"source": {
"git": "https://github.com/min/MNPageViewController.git",
"branch": "master",
"tag": "v0.0.6"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"CoreGraphics"
],
"source_files": [
"MNPageViewController",
"MNPageViewController/**/*.{h,m}"
],
"requires_arc": true
}