blob: 0c09ac9b22a47e43b599e7f56cfef16c2af7208e [file] [log] [blame]
{
"name": "RRViewControllerExtension",
"version": "1.2.12",
"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.12"
},
"source_files": "RRViewControllerExtension/**/*.{h,m}",
"public_header_files": "RRViewControllerExtension/*.h",
"frameworks": "UIKit",
"requires_arc": true
}