blob: bd3311b6feb387b35b73909b637d5833fe2ea350 [file] [log] [blame]
{
"name": "SegueingInfo",
"version": "2.0.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 and OSX *UIStoryboard*s using the `sender` parameter of the `performSegueWithIdentifier:sender:` selector.",
"homepage": "https://github.com/Adorkable/SegueingInfo",
"license": "MIT",
"authors": {
"Ian G": "yo.ian.g@gmail.com"
},
"platforms": {
"ios": "9.1",
"osx": "10.11"
},
"source": {
"git": "https://github.com/Adorkable/SegueingInfo.git",
"tag": "2.0.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SegueingInfo/**/*.swift"
}
]
}