blob: 446d66a2a8810b765c1d6ec6615797b27fd1341b [file] [log] [blame]
{
"name": "ReplaceRootViewController",
"version": "1.0.2",
"summary": "This pod fixes a UIView memory leak that occurs when swapping out the root view controller in a UIWindow.",
"description": "This project demonstrates a fix for http://www.openradar.me/21404408\nYou will need to use the console in xcode and debugging tools (eg \"debug view hierarchy\") to verify that everything is working as expected.",
"homepage": "https://github.com/voltbank/ReplaceRootViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sushant verma": "sushant.verma@voltbank.com.au"
},
"source": {
"git": "https://github.com/voltbank/ReplaceRootViewController.git",
"tag": "1.0.2"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "ReplaceRootViewController/Classes/**/*"
}