[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / e / 7 / Contain / 0.3.4 / Contain.podspec.json
blobbf2beafe3ae35e0b8d8f6393491f0a6a55306c61
2   "name": "Contain",
3   "version": "0.3.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.3.4"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "watchos": "3.0"
22   },
23   "source_files": "Contain/Classes/**/*",
24   "resource_bundles": {
25     "Contain": [
26       "Contain/Assets/*.py",
27       "Contain/Assets/*.rb",
28       "Contain/Assets/*.template"
29     ]
30   },
31   "script_phases": [
32     {
33       "name": "Add dependencies to container",
34       "script": "python \"${PODS_ROOT}/Contain/Contain/Assets/add_dependencies_to_container.py\" \"$PROJECT_DIR\"",
35       "execution_position": "before_compile"
36     }
37   ],
38   "swift_version": "5.0"