[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 3 / 0 / d / Swinject / 2.0.0-beta.2 / Swinject.podspec.json
bloba337057b18e0f875722c16576b6c51dd627c01c5
2   "name": "Swinject",
3   "version": "2.0.0-beta.2",
4   "summary": "Dependency injection framework for Swift",
5   "description": "Swinject is a dependency injection framework for Swift, to manage the dependencies of types in your system.",
6   "homepage": "https://github.com/Swinject/Swinject",
7   "license": "MIT",
8   "authors": "Swinject Contributors",
9   "source": {
10     "git": "https://github.com/Swinject/Swinject.git",
11     "tag": "2.0.0-beta.2"
12   },
13   "source_files": "Sources/**/*.{swift,h}",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true