blob: 897f04a04d9e80f665e77dabc2880f4aceb6166b [file] [log] [blame]
{
"name": "SegueingInfo",
"version": "1.2.0",
"summary": "Simple way to pass data between segueing View Controllers.",
"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",
"homepage": "https://github.com/Adorkable/SegueingInfo",
"license": "MIT",
"authors": {
"Ian G": "yo.ian.g@gmail.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/Adorkable/SegueingInfo.git",
"tag": "1.2.0"
},
"source_files": [
"SegueingInfo/SegueingInfo.h",
"SegueingInfo/SegueingInfo.m"
],
"requires_arc": true,
"documentation_url": "https://github.com/Adorkable/ColorMapView/blob/master/README.md"
}