blob: 56c082c71e30e2643a87f0698e33bb027e979750 [file] [log] [blame]
{
"name": "SwiftInjection",
"version": "0.8",
"summary": "A dependency injection framework for swift",
"homepage": "https://github.com/aryaxt/SwiftInjection",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Aryan Ghassemi": "https://github.com/aryaxt/SwiftInjection"
},
"source": {
"git": "https://github.com/aryaxt/SwiftInjection.git",
"tag": "0.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftInjection/*.{swift}",
"frameworks": "Foundation",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}