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