blob: fcca69edf387da9dbf6cd448327db9fab8927ba1 [file] [log] [blame]
{
"name": "BaseViewControllerSwift",
"version": "3.0.0",
"license": "MIT",
"summary": "An organizational tool for writing custom view controllers using UIKit.",
"homepage": "https://github.com/ustwo/baseviewcontroller-swift",
"authors": {
"Shagun Madhikarmi": "shagun@ustwo.com",
"Aaron McTavish": "aamct@ustwo.com"
},
"source": {
"git": "https://github.com/ustwo/baseviewcontroller-swift.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.3",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}