[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 9 / 2 / 4 / TBCacao / 0.0.3 / TBCacao.podspec.json
blobbdebf35702ea3399c8354b42881777ac0a024887
2   "name": "TBCacao",
3   "version": "0.0.3",
4   "summary": "Small and simple dependency injection framework for iOS",
5   "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",
6   "homepage": "https://github.com/qvacua/tbcacao",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tae Won Ha": "qvacua@gmail.com"
13   },
14   "platforms": {
15     "osx": "10.8"
16   },
17   "source": {
18     "git": "https://github.com/qvacua/tbcacao.git",
19     "tag": "v0.0.3-4"
20   },
21   "source_files": [
22     "TBCacao",
23     "TBCacao/**/*.{h,m}"
24   ],
25   "exclude_files": "TBCacaoTests",
26   "requires_arc": true