blob: 4a172dc8fd99a934f6106e2271ca1f8991b461e7 [file] [log] [blame]
{
"name": "MSPageViewController",
"version": "1.0.0",
"summary": "Create UIPageViewControllers using storyboards.",
"homepage": "https://github.com/mindsnacks/MSPageViewController",
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"authors": {
"Nacho Soto": "hello@nachosoto.com"
},
"source": {
"git": "https://github.com/mindsnacks/MSPageViewController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MSPageViewController/Source/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
}
}