blob: eeaf39cf777e683c71a94d8f06de13c7833c5073 [file] [log] [blame]
{
"name": "ReplaceRootViewController",
"version": "1.0.3",
"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.3"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source_files": "ReplaceRootViewController/Classes/**/*"
}