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