blob: 6cea1d3688056d28c519d0e505911b21a7057fbf [file] [log] [blame]
{
"name": "CalcDao",
"version": "1.0.12",
"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.12"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CalcDao.framework/Headers/*.{h}",
"requires_arc": true,
"ios": {
"frameworks": [
"CalcDao",
"SystemConfiguration",
"AudioToolbox",
"AVFoundation",
"CoreMedia",
"CoreVideo",
"CoreGraphics",
"QuartzCore"
],
"libraries": [
"iconv",
"c++",
"z"
]
}
}