[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / 1 / 6 / 8 / SegueingInfo / 2.1.0 / SegueingInfo.podspec.json
blob1f5339fb57d715056d13fc6bd41118cab5714993
2   "name": "SegueingInfo",
3   "version": "2.1.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.",
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": "9.1",
13     "osx": "10.11"
14   },
15   "source": {
16     "git": "https://github.com/Adorkable/SegueingInfo.git",
17     "tag": "2.1.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "SegueingInfo/**/*.swift"
25     }
26   ]