blob: 8ed066d5961d09a5620e4a1dd1f704174d0d4ea9 [file] [log] [blame]
{
"name": "SegueingInfo",
"version": "1.0.0",
"summary": "Simple way to pass data between segueing View Controllers.",
"description": "A simple way to pass data between segueing View Controllers within a UIStoryboard.\n",
"homepage": "https://github.com/yoiang/SegueingInfo",
"license": "MIT",
"authors": {
"Ian G": "yo.ian.g@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yoiang/SegueingInfo.git",
"tag": "1.0.0"
},
"source_files": [
"SegueingInfo",
"SegueingInfo/**/*.{h,m}"
],
"requires_arc": true
}