[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / d / CDFoundation / 0.0.17 / CDFoundation.podspec.json
blobfd183e9b4394c89db6ededb604a4d120a95ee0b8
2   "name": "CDFoundation",
3   "version": "0.0.17",
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/CDFoundation.git",
12     "tag": "0.0.17",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "public_header_files": "CDFoundation/*.h",
20   "source_files": "CDFoundation/*.{h,m}",
21   "subspecs": [
22     {
23       "name": "CDCoreData",
24       "source_files": "CDFoundation/CDCoreData/*.{h,m}",
25       "public_header_files": "CDFoundation/CDCoreData/*.h",
26       "frameworks": "CoreData"
27     },
28     {
29       "name": "CDDateFormatter",
30       "source_files": "CDFoundation/CDDateFormatter/*.{h,m}",
31       "public_header_files": "CDFoundation/CDDateFormatter/*.h"
32     },
33     {
34       "name": "CDDefer",
35       "source_files": "CDFoundation/CDDefer/*.{h,m}",
36       "public_header_files": "CDFoundation/CDDefer/*.h"
37     },
38     {
39       "name": "CDGlobalTimer",
40       "source_files": "CDFoundation/CDGlobalTimer/*.{h,m}",
41       "public_header_files": "CDFoundation/CDGlobalTimer/*.h"
42     },
43     {
44       "name": "CDSoundManager",
45       "source_files": "CDFoundation/CDSoundManager/*.{h,m}",
46       "public_header_files": "CDFoundation/CDSoundManager/*.h",
47       "dependencies": {
48         "CDFoundation/CDDefer": [
50         ]
51       }
52     }
53   ]