[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / e / 7 / Contain / 0.2.4 / Contain.podspec.json
blobf4d3054ea0b306a937db05c8346a6fb02de4a882
2   "name": "Contain",
3   "version": "0.2.4",
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.2.4"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Contain/Classes/**/*",
23   "resource_bundles": {
24     "Contain": [
25       "Contain/Assets/*.py",
26       "Contain/Assets/*.rb",
27       "Contain/Assets/*.swift"
28     ]
29   },
30   "swift_version": "5.0"