blob: dd8a8a554a87edacf66f026667663290ee696fd9 [file] [log] [blame]
{
"name": "SLNavigationController",
"version": "1.0.1",
"summary": "A custom NavigationController in iOS.",
"description": "A custom NavigationController for iOS",
"homepage": "https://github.com/supreme0530/SLNavigationController",
"license": "MIT",
"authors": {
"supreme0530": "liangyz@adnonstop.com"
},
"source": {
"git": "https://github.com/supreme0530/SLNavigationController.git",
"tag": "1.0.1"
},
"source_files": [
"SLNavigationController",
"Classes/*/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.1"
],
"SDWebImage": [
"~> 3.8.1"
]
},
"platforms": {
"ios": "7.1"
}
}