blob: e295194dcb19b126e45dbe650e08c9f1cab94275 [file] [log] [blame]
{
"name": "BMPageViewController",
"version": "1.0.0",
"summary": "Create UIPageViewControllers using storyboards.",
"homepage": "https://github.com/bmobileit/BMPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rogerio Araujo": "rogerio@bmobile.net.br"
},
"source": {
"git": "https://github.com/bmobileit/BMPageViewController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "BMPageViewController/Source/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
}
}