[Add] ScanbotSDK 6.2.0-RC4
[CocoaPods.git] / Specs / 1 / 6 / 8 / SegueingInfo / 1.2.0 / SegueingInfo.podspec.json
blob897f04a04d9e80f665e77dabc2880f4aceb6166b
2   "name": "SegueingInfo",
3   "version": "1.2.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.2.0"
18   },
19   "source_files": [
20     "SegueingInfo/SegueingInfo.h",
21     "SegueingInfo/SegueingInfo.m"
22   ],
23   "requires_arc": true,
24   "documentation_url": "https://github.com/Adorkable/ColorMapView/blob/master/README.md"