[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / f / SwinjectStoryboard / 1.0.0-beta.1 / SwinjectStoryboard.podspec.json
blob190e996118d75bb709cad2343646fefcbe337832
2   "name": "SwinjectStoryboard",
3   "version": "1.0.0-beta.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.0.0-beta.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.0-beta.1"
42     ]
43   },
44   "requires_arc": true