[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 3 / CrossNavigation / 1.1.3 / CrossNavigation.podspec.json
blobd2ce2552ed26222f89c6493f7bb22ebcf9534774
2   "name": "CrossNavigation",
3   "version": "1.1.3",
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"
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   "public_header_files": "CrossNavigation/CrossNavigation.h",
22   "frameworks": "UIKit"