[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 3 / CrossNavigation / 1.2.0 / CrossNavigation.podspec.json
blobdc255825e295ee026e6c1c74f1acc40807f68856
2   "name": "CrossNavigation",
3   "version": "1.2.0",
4   "summary": "Any side navigation.",
5   "description": "if you inherit your view controllers from CNViewController, CNNavigationController, or CNTabBarController, 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.",
6   "homepage": "https://github.com/artemstepanenko/CrossNavigation",
7   "license": "MIT",
8   "authors": {
9     "Artem Stepanenko": "artem.stepanenko.1@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/artemstepanenko/CrossNavigation.git",
13     "tag": "release/v1.2.0"
14   },
15   "social_media_url": "http://stackoverflow.com/users/1090309/artem-stepanenko",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "CrossNavigation/**/*.{h,m}",
21   "frameworks": "UIKit"