[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 1 / 6 / 8 / SegueingInfo / 2.1.1 / SegueingInfo.podspec.json
blobbc95683b17cb1b0754f79822a3901871918a5903
2   "name": "SegueingInfo",
3   "version": "2.1.1",
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.1"
18   },
19   "requires_arc": true,
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "2.3"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/**/*.swift"
28     }
29   ]