blob: f93dea25b213b101c929b65144ba46d3b90e9a16 [file] [log] [blame]
{
"name": "CalcDao",
"version": "1.0.3",
"summary": "CalcDaoSDK",
"description": "A longer description of CalcDao in Markdown format.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/DiegoArenaOlivera/CalcDao",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"\n DiegoArenaOlivera": "darena@codigodelsur.com"
},
"source": {
"git": "https://github.com/DiegoArenaOlivera/CalcDao.git",
"tag": "v1.0.3"
},
"preserve_paths": "CalcDao.embeddedframework/*",
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "CalcDao.embeddedframework/CalcDao.framework/Versions/0.0.1/Headers/*.{h}",
"header_dir": "CalcDao",
"public_header_files": "CalcDao.embeddedframework/CalcDao.framework/Versions/0.0.1/Headers/*.h",
"resources": "CalcDao.embeddedframework/CalcDao.framework/Versions/0.0.1/Resources/*.{*}",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "DEBUG=1 $(inherited) CVLIB_IMG_NOCODEC",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/CalcDao/CalcDao.embeddedframework\""
},
"frameworks": [
"CalcDao",
"SystemConfiguration",
"AudioToolbox",
"AVFoundation",
"CoreMedia",
"CoreVideo",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"iconv",
"c++",
"z"
]
}
}