blob: de84ac0f542734d9577e6324ae9fcfa0c03a4d57 [file] [log] [blame]
{
"name": "TBCacao",
"version": "0.0.1",
"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.1-1"
},
"source_files": [
"TBCacao",
"TBCacao/**/*.{h,m}"
],
"exclude_files": "TBCacaoTests",
"requires_arc": true
}