[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / d / a / VBOrientationSpecificViewController / 0.1.0 / VBOrientationSpecificViewController.podspec.json
blob22bd0d345eae8c2053c05cbf65d2552d88fba441
2   "name": "VBOrientationSpecificViewController",
3   "version": "0.1.0",
4   "summary": "Allows you to display separate nibs for both landscape and portrait",
5   "license": "MIT",
6   "authors": {
7     "Vinayak Badrinathan": "vinnybad@gmail.com"
8   },
9   "homepage": "https://github.com/vinnybad/VBOrientationSpecificViewController",
10   "source": {
11     "git": "https://github.com/vinnybad/VBOrientationSpecificViewController.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Classes",
19   "ios": {
20     "exclude_files": "Classes/osx"
21   },
22   "osx": {
23     "exclude_files": "Classes/ios"
24   },
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ]