{ | |
"name": "JInjector", | |
"version": "1.0.0", | |
"license": "MIT", | |
"summary": "Dependency Injection library for iOS and Mac OS X", | |
"homepage": "https://github.com/jeremytregunna/JInjector", | |
"authors": { | |
"Jeremy Tregunna": "jeremy@tregunna.ca" | |
}, | |
"source": { | |
"git": "https://github.com/jeremytregunna/JInjector.git", | |
"tag": "1.0.0" | |
}, | |
"requires_arc": true, | |
"source_files": "JInjector/JInjector.{h,m}", | |
"platforms": { | |
"ios": "5.1", | |
"osx": "10.7" | |
} | |
} |