blob: 863a84982d88a5666601cca6551756dfb43f75fd [file] [log] [blame]
{
"name": "RRUIViewControllerExtension",
"version": "1.0.1",
"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": null
},
"source": {
"git": "https://github.com/Roen-Ro/RRViewControllerExtension.git",
"tag": "1.0.1"
},
"source_files": "RRUIViewControllerExtension/**/*.{h,m}",
"public_header_files": "RRUIViewControllerExtension/*.h",
"frameworks": "UIKit",
"requires_arc": true
}