[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / b / PureSwinject / 1.3.0 / PureSwinject.podspec.json
blob4c85b04445ec9e564a5d73485a478a5f37353d0e
2   "name": "PureSwinject",
3   "version": "1.3.0",
4   "summary": "Auto register Pure factories to Swinject",
5   "homepage": "https://github.com/devxoul/PureSwinject",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/PureSwinject.git",
15     "tag": "1.3.0"
16   },
17   "source_files": "Sources/**/*.{swift,h,m}",
18   "frameworks": "Foundation",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.11",
23     "tvos": "9.0",
24     "watchos": "3.0"
25   },
26   "dependencies": {
27     "Pure": [
28       "~> 1.1"
29     ],
30     "Swinject": [
31       "~> 2.6"
32     ],
33     "SwinjectSafeAuto": [
34       "~> 1.0"
35     ]
36   },
37   "swift_version": "5.0"