blob: 1f178b69b7adc9148d92ff907f6bc7798febe444 [file] [log] [blame]
{
"name": "MNPageViewController",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"frameworks": [
"UIKit",
"CoreGraphics"
],
"source_files": [
"MNPageViewController",
"MNPageViewController/**/*.{h,m}"
],
"requires_arc": true
}