blob: 6e7a81b67cc8bc92fe9da88ace1961e5c934b1ef [file] [log] [blame]
{
"name": "TBCacao",
"version": "0.0.2",
"summary": "Small and simple dependency injection framework for iOS",
"description": " TBCacao is a small and simple dependency injection framework for Objective-C. This Pod is for OS X. For iOS version see TBCacaoIOS Pod.\n",
"homepage": "https://github.com/qvacua/tbcacao",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Tae Won Ha": "qvacua@gmail.com"
},
"platforms": {
"osx": "10.8"
},
"source": {
"git": "https://github.com/qvacua/tbcacao.git",
"tag": "v0.0.2-3"
},
"source_files": [
"TBCacao",
"TBCacao/**/*.{h,m}"
],
"exclude_files": "TBCacaoTests",
"requires_arc": true
}