[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 6 / 8 / SegueingInfo / 1.5.2 / SegueingInfo.podspec.json
blobabc033120e0033c2d3fbad9dba2729c0a3d64eee
2   "name": "SegueingInfo",
3   "version": "1.5.2",
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.2"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "SegueingInfo/SegueingInfo.h",
26         "SegueingInfo/SegueingInfo.m"
27       ]
28     },
29     {
30       "name": "Swizzling",
31       "dependencies": {
32         "RSSwizzle": [
34         ],
35         "SegueingInfo/Core": [
37         ]
38       },
39       "prefix_header_contents": "#define USE_SWIZZLING 1"
40     }
41   ]