[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 6 / 3 / CrossNavigation / 1.0.1 / CrossNavigation.podspec.json
blob89a1dbc3032023981526585a4c7d6402ac9b3332
2   "name": "CrossNavigation",
3   "version": "1.0.1",
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.0.1"
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": [
22     "CrossNavigation/CNViewController.h",
23     "CrossNavigation/CNViewController_Storyboard.h",
24     "CrossNavigation/Utils/cn_direction.h"
25   ],
26   "frameworks": "UIKit"