blob: 6c1be5782fc040f7afe38e47ec778aa0e89bda6d [file] [log] [blame]
{
"name": "RRViewControllerExtension",
"version": "1.2.8",
"summary": "UINavigationBar appearance management, memory leak detection, convenient UIViewController property and methods.",
"description": "A lightweight UIViewController category extension for UINavigationBar 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.2.8"
},
"source_files": "RRViewControllerExtension/**/*.{h,m}",
"public_header_files": "RRViewControllerExtension/*.h",
"frameworks": "UIKit",
"requires_arc": true
}