[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / e / 7 / Contain / 0.1.0 / Contain.podspec.json
blob3c72e769f43097428d169c8a72824721a9d846a4
2   "name": "Contain",
3   "version": "0.1.0",
4   "summary": "Dependency injection container.",
5   "swift_versions": "5.0",
6   "description": "Experimental dependency injection container.",
7   "homepage": "https://github.com/anconaesselmann/Contain",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "anconaesselmann": "axel@anconaesselmann.com"
14   },
15   "source": {
16     "git": "https://github.com/anconaesselmann/Contain.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "watchos": "3.0"
22   },
23   "source_files": "Contain/Classes/**/*",
24   "swift_version": "5.0"