blob: fd54899a38ccff85fa20ad8c4d1de5e10201b046 [file] [log] [blame]
{
"name": "BaseViewControllerSwift",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "8.3"
},
"source_files": "Sources/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}