[Add] LiveKitWebRTC-Vama 125.6422.11
[CocoaPods.git] / Specs / a / 4 / 5 / CDUIKit / 0.0.8 / CDUIKit.podspec.json
blobb70dd1284d4338a78fa3d70b4db1792ce1d9b939
2   "name": "CDUIKit",
3   "version": "0.0.8",
4   "license": "MIT",
5   "summary": "Basic toolset for CodoonSport.",
6   "homepage": "https://github.com/iOSCodoon",
7   "authors": {
8     "iOSCodoon": "ios@codoon.com"
9   },
10   "source": {
11     "git": "https://github.com/iOSCodoon/CDUIKit.git",
12     "tag": "0.0.8",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "dependencies": {
20     "CDExtensionKit": [
22     ],
23     "CDFoundation": [
25     ]
26   },
27   "prefix_header_contents": [
28     "#import \"CDFoundation.h\"",
29     "#import \"CDExtensionKit.h\""
30   ],
31   "public_header_files": "CDUIKit/*.h",
32   "source_files": "CDUIKit/*.{h,m}"