[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 6 / 8 / SegueingInfo / 1.1.0 / SegueingInfo.podspec.json
blobfa2df6cde273e79629dacb8dc55fa45ec0ba8653
2   "name": "SegueingInfo",
3   "version": "1.1.0",
4   "summary": "Simple way to pass data between segueing View Controllers.",
5   "description": "**SegueingInfo** provides a simple interface, category, and class for passing data between segueing *UIViewController*s in iOS *UIStoryboard*s using the `sender` parameter of the `performSegueWithIdentifier:sender:` selector.\n",
6   "homepage": "https://github.com/adorkable/SegueingInfo",
7   "license": "MIT",
8   "authors": {
9     "Ian G": "yo.ian.g@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/adorkable/SegueingInfo.git",
17     "tag": "1.1.0"
18   },
19   "source_files": [
20     "SegueingInfo/SegueingInfo.h",
21     "SegueingInfo/SegueingInfo.m"
22   ],
23   "requires_arc": true