blob: beb68f109d077821b830b612c6ecdb87572cb520 [file] [log] [blame]
{
"name": "EasyDIKit",
"version": "1.0.1",
"summary": "EasyDIKit is an Objective-C dependency injection framework for iOS.",
"homepage": "https://github.com/mr-noone/easy-di-kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleksey Zgurskiy": "mr.noone@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mr-noone/easy-di-kit.git",
"tag": "1.0.1"
},
"source_files": "EasyDIKit/EasyDIKit/**/*.{h,m}",
"prefix_header_file": "EasyDIKit/EasyDIKit/Support Files/EasyDIKit.pch"
}