blob: a4393a6de98d0cf0d5c171e1eda2e26185e8b019 [file] [log] [blame]
{
"name": "RRUIViewControllerExtension",
"version": "1.0.4",
"summary": "UINavigation appearance management, memory leak detection, convenient UIViewController property and methods.",
"description": "A lightweight UIViewController category extension for UINavigation appearance management, view controller push/pop/dismiss management, memory leak detection and other convenient property and methods.",
"homepage": "https://github.com/Roen-Ro/RRViewControllerExtension",
"license": "MIT",
"authors": {
"Roen": "zxllf23@163.com"
},
"social_media_url": "https://twitter.com/RoenLuo",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Roen-Ro/RRViewControllerExtension.git",
"tag": "1.0.4"
},
"source_files": "RRUIViewControllerExtension/**/*.{h,m}",
"public_header_files": "RRUIViewControllerExtension/*.h",
"resources": "RRUIViewControllerExtension/resources/**/*",
"frameworks": "UIKit",
"requires_arc": true
}