blob: 40b506971aac42fa631153abbf05ca2763ce7116 [file] [log] [blame]
{
"name": "CalcDao",
"version": "1.0.16",
"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.16"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CalcDao.framework/Headers/*.{h}",
"requires_arc": true,
"ios": {
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "DEBUG=1 $(inherited) CVLIB_IMG_NOCODEC",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AcuantMobileSDK/AcuantMobileSDK.embeddedframework\""
},
"frameworks": [
"CalcDao",
"SystemConfiguration",
"AudioToolbox",
"AVFoundation",
"CoreMedia",
"CoreVideo",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"iconv",
"c++",
"z"
]
}
}