[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 6 / 8 / SegueingInfo / 1.5.0 / SegueingInfo.podspec.json
blob0e082e428f73426781e4d031c9ba3cdfd43406ed
2   "name": "SegueingInfo",
3   "version": "1.5.0",
4   "summary": "Simple way to pass data between segueing View Controllers.",
5   "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.\n",
6   "homepage": "https://github.com/Adorkable/SegueingInfo",
7   "license": "MIT",
8   "authors": {
9     "Ian G": "yo.ian.g@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/Adorkable/SegueingInfo.git",
17     "tag": "1.5.0"
18   },
19   "source_files": [
20     "SegueingInfo/SegueingInfo.h",
21     "SegueingInfo/SegueingInfo.m"
22   ],
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Swizzling",
27       "dependencies": {
28         "RSSwizzle": [
30         ]
31       },
32       "prefix_header_contents": "#define USE_SWIZZLING 1"
33     }
34   ]