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