[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / 1 / 3 / GRKStoryboardProxy / 1.0 / GRKStoryboardProxy.podspec.json
blobecdec02240a0931f7e215fc2f534703ba8f5cfde
2   "name": "GRKStoryboardProxy",
3   "version": "1.0",
4   "summary": "Allows separation of Storyboard files by loading view controllers from alternate storyboards.",
5   "description": "\t\tA UIViewController subclass which can be used as a proxy for another view controller which resides\n\t\tin a separate Storyboard. At runtime, the proxy view controller will be replaced appropriately.\n",
6   "homepage": "https://github.com/levigroker/GRKStoryboardProxy",
7   "license": "Creative Commons Attribution 3.0 Unported License",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/levigroker",
12   "source": {
13     "git": "https://github.com/levigroker/GRKStoryboardProxy.git",
14     "tag": "1.0"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "GRKStoryboardProxy/**/*.{h,m}",
20   "requires_arc": true