[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / a / 9 / SegueManager / 4.2.0 / SegueManager.podspec.json
blob11253248df5e43708458746f46cecbc0d5c499a5
2   "name": "SegueManager",
3   "version": "4.2.0",
4   "license": "MIT",
5   "summary": "Perform storyboard segues with closures, in Swift",
6   "authors": {
7     "Tom Lokhorst": "tom@lokhorst.eu"
8   },
9   "social_media_url": "https://twitter.com/tomlokhorst",
10   "homepage": "https://github.com/tomlokhorst/SegueManager",
11   "source": {
12     "git": "https://github.com/tomlokhorst/SegueManager.git",
13     "tag": "4.2.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.10",
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "swift_versions": "5.1",
22   "swift_version": "5.1",
23   "subspecs": [
24     {
25       "name": "iOS",
26       "platforms": {
27         "ios": "8.0",
28         "tvos": "9.0"
29       },
30       "source_files": [
31         "src/ios/SegueManager.swift",
32         "src/ios/ViewControllers.swift"
33       ]
34     },
35     {
36       "name": "R.swift",
37       "platforms": {
38         "ios": "8.0"
39       },
40       "source_files": "src/ios/SegueManager+Rswift.swift",
41       "dependencies": {
42         "SegueManager/iOS": [
44         ],
45         "R.swift.Library": [
47         ]
48       }
49     },
50     {
51       "name": "OSX",
52       "platforms": {
53         "osx": "10.10"
54       },
55       "source_files": "src/osx/SegueManager.swift"
56     }
57   ]