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