[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / b / 5 / 4 / InjectableSwift / 0.1.4 / InjectableSwift.podspec.json
blob36aa8e6895367407318744a5d3174cdd44e08b4c
2   "name": "InjectableSwift",
3   "version": "0.1.4",
4   "summary": "A Swift dependency injection container",
5   "description": "A Swift dependency injection container which minimises the need for centralised registration",
6   "homepage": "https://github.com/nicholascross/Injectable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Nicholas Cross",
12   "social_media_url": "https://twitter.com/nickacross",
13   "platforms": {
14     "ios": "11.0",
15     "osx": "10.9",
16     "watchos": "3.2",
17     "tvos": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/nicholascross/Injectable.git",
21     "tag": "0.1.4"
22   },
23   "source_files": "Injectable/**/*.swift",
24   "requires_arc": true,
25   "swift_version": "4.2"