blob: 624dcb09d9bb6945d85e922d30593722f7d45413 [file] [log] [blame]
{
"name": "VMViewControllerDataSource",
"version": "0.1.0",
"summary": "The VMViewControllerDataSource class implements a datasource object that renders reusable UIViewController object instead of cells objects.",
"homepage": "https://github.com/valeriomazzeo/VMViewControllerDataSource",
"license": "MIT",
"authors": {
"Valerio Mazzeo": "valerio.mazzeo@gmail.com"
},
"source": {
"git": "https://github.com/valeriomazzeo/VMViewControllerDataSource.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"frameworks": "UIKit"
}