[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / a / 9 / SegueManager / 2.1.0 / SegueManager.podspec.json
blob471e0ee57710403a75df4f41c060d85b63e5fa89
2   "name": "SegueManager",
3   "version": "2.1.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": "2.1.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.10",
18     "ios": "8.0"
19   },
20   "subspecs": [
21     {
22       "name": "iOS",
23       "platforms": {
24         "ios": "8.0"
25       },
26       "source_files": [
27         "src/ios/SegueManager.swift",
28         "src/ios/ViewControllers.swift"
29       ]
30     },
31     {
32       "name": "R.swift",
33       "platforms": {
34         "ios": "8.0"
35       },
36       "source_files": "src/ios/SegueManager+Rswift.swift",
37       "dependencies": {
38         "SegueManager/iOS": [
40         ],
41         "R.swift.Library": [
43         ]
44       }
45     },
46     {
47       "name": "OSX",
48       "platforms": {
49         "osx": "10.10"
50       },
51       "source_files": "src/osx/SegueManager.swift"
52     }
53   ]