| { |
| "name": "CalcDao", |
| "version": "1.0.13", |
| "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.13" |
| }, |
| "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" |
| ] |
| } |
| } |