blob: c5e47daf91afb86d30ea9eaad9c4e679302077c9 [file] [log] [blame]
{
"name": "SegueingInfo",
"version": "1.5.3",
"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": "6.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/Adorkable/SegueingInfo.git",
"tag": "1.5.3"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"SegueingInfo/SegueingInfo.h",
"SegueingInfo/SegueingInfo.m"
]
},
{
"name": "Swizzling",
"dependencies": {
"RSSwizzle": [
],
"SegueingInfo/Core": [
]
},
"prefix_header_contents": "#define USE_SWIZZLING 1"
}
]
}