blob: a7a7317f0b967afcfc17a87ac45d22bcaf6607a8 [file] [log] [blame]
{
"name": "RRUIViewControllerExtension",
"version": "1.2.2",
"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.2"
},
"source_files": "RRUIViewControllerExtension/**/*.{h,m}",
"public_header_files": "RRUIViewControllerExtension/*.h",
"resources": "RRUIViewControllerExtension/Resources.bundle",
"frameworks": "UIKit",
"requires_arc": true
}