blob: d2ce2552ed26222f89c6493f7bb22ebcf9534774 [file] [log] [blame]
{
"name": "CrossNavigation",
"version": "1.1.3",
"summary": "Any side navigation.",
"description": " if you inherit your view controllers from CNViewController, you'll be able to push them to the stack not just to right side (as you do if you use UINavigationController), but to any of four: left, top, right, bottom. Supports autorotations.\n",
"homepage": "https://github.com/artemstepanenko/CrossNavigation",
"license": "MIT",
"authors": {
"Artem Stepanenko": "artem.stepanenko.1@gmail.com"
},
"source": {
"git": "https://github.com/artemstepanenko/CrossNavigation.git",
"tag": "release/v1.1.3"
},
"social_media_url": "http://stackoverflow.com/users/1090309/artem-stepanenko",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CrossNavigation/**/*.{h,m}",
"public_header_files": "CrossNavigation/CrossNavigation.h",
"frameworks": "UIKit"
}