blob: fd183e9b4394c89db6ededb604a4d120a95ee0b8 [file] [log] [blame]
{
"name": "CDFoundation",
"version": "0.0.17",
"license": "MIT",
"summary": "Basic toolset for CodoonSport.",
"homepage": "https://github.com/iOSCodoon",
"authors": {
"iOSCodoon": "ios@codoon.com"
},
"source": {
"git": "https://github.com/iOSCodoon/CDFoundation.git",
"tag": "0.0.17",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"public_header_files": "CDFoundation/*.h",
"source_files": "CDFoundation/*.{h,m}",
"subspecs": [
{
"name": "CDCoreData",
"source_files": "CDFoundation/CDCoreData/*.{h,m}",
"public_header_files": "CDFoundation/CDCoreData/*.h",
"frameworks": "CoreData"
},
{
"name": "CDDateFormatter",
"source_files": "CDFoundation/CDDateFormatter/*.{h,m}",
"public_header_files": "CDFoundation/CDDateFormatter/*.h"
},
{
"name": "CDDefer",
"source_files": "CDFoundation/CDDefer/*.{h,m}",
"public_header_files": "CDFoundation/CDDefer/*.h"
},
{
"name": "CDGlobalTimer",
"source_files": "CDFoundation/CDGlobalTimer/*.{h,m}",
"public_header_files": "CDFoundation/CDGlobalTimer/*.h"
},
{
"name": "CDSoundManager",
"source_files": "CDFoundation/CDSoundManager/*.{h,m}",
"public_header_files": "CDFoundation/CDSoundManager/*.h",
"dependencies": {
"CDFoundation/CDDefer": [
]
}
}
]
}