[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 0 / d / Swinject / 0.2.2 / Swinject.podspec.json
blob61218eb9480fb272c5eda1d9a2ccd6661c8d6cd2
2   "name": "Swinject",
3   "version": "0.2.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": "0.2.2"
12   },
13   "source_files": "Swinject/**/*.{swift,h,m}",
14   "ios": {
15     "exclude_files": "Swinject/OSX"
16   },
17   "osx": {
18     "exclude_files": "Swinject/iOS"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10"
23   },
24   "requires_arc": true