[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / d / 8 / TBCacaoIOS / 0.0.1 / TBCacaoIOS.podspec.json
blob1cbcf6bc536bd9809b02b6398aa50904a485e98e
2   "name": "TBCacaoIOS",
3   "version": "0.0.1",
4   "summary": "Small and simple dependency injection framework for iOS",
5   "description": "                   TBCacaoIOS is a small and simple dependency injection framework for Objective-C. It is the iOS version of TBCacao for OS X.\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     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/qvacua/tbcacao.git",
19     "tag": "v0.0.1-1"
20   },
21   "source_files": [
22     "TBCacao",
23     "TBCacao/**/*.{h,m}",
24     "TBCacaoIOS",
25     "TBCacaoIOS/**/*.{h,m}"
26   ],
27   "exclude_files": "TBCacaoTests",
28   "requires_arc": true