blob: de60dc9ed1f4bac83188268685db8e026f2a1e5a [file] [log] [blame]
{
"name": "MSPageViewController",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MSPageViewController/Source/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
}
}