[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / f / SwinjectStoryboard / 1.1.1 / SwinjectStoryboard.podspec.json
blob8cbf416486443c2ce3dd66494d20aa104a35a7bf
2   "name": "SwinjectStoryboard",
3   "version": "1.1.1",
4   "summary": "Swinject extension for automatic dependency injection via Storyboard",
5   "description": "SwinjectStoryboard is an extension of Swinject to automatically inject dependency to view controllers instantiated by a storyboard.",
6   "homepage": "https://github.com/Swinject/SwinjectStoryboard",
7   "license": "MIT",
8   "authors": "Swinject Contributors",
9   "source": {
10     "git": "https://github.com/Swinject/SwinjectStoryboard.git",
11     "tag": "1.1.1"
12   },
13   "ios": {
14     "source_files": [
15       "Sources/*.swift",
16       "Sources/iOS-tvOS/*.{swift,h,m}",
17       "Sources/SwinjectStoryboard.h"
18     ]
19   },
20   "osx": {
21     "source_files": [
22       "Sources/*.swift",
23       "Sources/OSX/*.{swift,h,m}",
24       "Sources/SwinjectStoryboard.h"
25     ]
26   },
27   "tvos": {
28     "source_files": [
29       "Sources/*.swift",
30       "Sources/iOS-tvOS/*.{swift,h,m}",
31       "Sources/SwinjectStoryboard.h"
32     ]
33   },
34   "platforms": {
35     "ios": "8.0",
36     "osx": "10.10",
37     "tvos": "9.0"
38   },
39   "dependencies": {
40     "Swinject": [
41       "~> 2.0"
42     ]
43   },
44   "requires_arc": true,
45   "pushed_with_swift_version": "3.0"