| { |
| "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 |
| } |