blob: 8bf8d049242e017e11c19cbd0549cc94f018ac71 [file] [log] [blame]
{
"name": "NSwinject",
"version": "0.1.2",
"summary": "NSwinject is wrapper of Swinject providing class Inject<T> to auto inject properties.",
"homepage": "http://cornerteam.com",
"license": "MIT",
"authors": "Nghia Nguyen",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nghiaphunguyen/NSwinject",
"tag": "0.1.2"
},
"source_files": [
"Classes",
"NSwinject/NSwinject/**/*.{swift}"
],
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"dependencies": {
"Swinject": [
"1.1.2"
]
}
}