blob: 5d37efefd10a536565eb12e4a9a2dc82536d96f4 [file] [log] [blame]
{
"name": "MNPageViewController",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "5.0"
},
"frameworks": [
"UIKit",
"CoreGraphics"
],
"source_files": [
"MNPageViewController",
"MNPageViewController/**/*.{h,m}"
],
"requires_arc": true
}