[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / f / SwinjectStoryboard / 1.2.0 / SwinjectStoryboard.podspec.json
blob9e9a8aae25a8fa09d1f602f621cb489bb5dfb79e
2   "name": "SwinjectStoryboard",
3   "version": "1.2.0",
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.2.0"
12   },
13   "ios": {
14     "source_files": [
15       "Sources/*.{swift,m,h}",
16       "Sources/iOS-tvOS/*.{swift,h,m}"
17     ]
18   },
19   "osx": {
20     "source_files": [
21       "Sources/*.{swift,m,h}",
22       "Sources/OSX/*.{swift,h,m}"
23     ]
24   },
25   "tvos": {
26     "source_files": [
27       "Sources/*.{swift,m,h}",
28       "Sources/iOS-tvOS/*.{swift,h,m}"
29     ]
30   },
31   "platforms": {
32     "ios": "8.0",
33     "osx": "10.10",
34     "tvos": "9.0"
35   },
36   "dependencies": {
37     "Swinject": [
38       "~> 2.3"
39     ]
40   },
41   "requires_arc": true