blob: e969d9bdfb1aa0a3a463730c36c419cafffc74d5 [file] [log] [blame]
{
"name": "ReplaceRootViewController",
"version": "1.0.6",
"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.6"
},
"swift_versions": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "ReplaceRootViewController/Classes/**/*",
"swift_version": "4.2"
}