blob: f458783fc381ab6232d58e77c89dd99fe8e20952 [file] [log] [blame]
{
"name": "SwiftInjection",
"version": "0.7",
"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.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftInjection/*.{swift}",
"frameworks": "Foundation",
"requires_arc": true
}