blob: fadabc597d730adad57ea313885eb3120209b98c [file] [log] [blame]
{
"name": "OrientationDelegatingUINavigationController",
"version": "0.0.1",
"summary": "Allows delegating the orientation delegate calls to the topmost UIViewController in a UINavigationController",
"homepage": "https://github.com/drallgood/OrientationDelegatingUINavigationController.git",
"license": "MIT",
"authors": {
"Patrice Brend'amour": "patrice@brendamour.net"
},
"source": {
"git": "https://github.com/drallgood/OrientationDelegatingUINavigationController.git",
"tag": "0.0.1"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"OrientationDelegatingUINavigationController/**/*.{h,m}"
],
"public_header_files": "OrientationDelegatingUINavigationController/**/*.h",
"requires_arc": false
}