| { |
| "name": "CalcDao", |
| "version": "1.0.0", |
| "summary": "CalcDaoSDK", |
| "description": "A longer description of CalcDao in Markdown format.\n\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.0" |
| }, |
| "preserve_paths": "CalcDao.embeddedframework/*", |
| "platforms": { |
| "ios": "8.1" |
| }, |
| "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" |
| ] |
| } |
| } |