[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 3 / CrossNavigation / 1.1.3.2 / CrossNavigation.podspec.json
blob5a49e37230bfa14467f8327b76997ab9f1d4423c
2   "name": "CrossNavigation",
3   "version": "1.1.3.2",
4   "summary": "Any side navigation.",
5   "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",
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.1.3.2"
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"