[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / b / a / CalcDao / 1.0.17 / CalcDao.podspec.json
blob80d47dcd446daac275ee407e84db20c37a5080aa
2   "name": "CalcDao",
3   "version": "1.0.17",
4   "summary": "CalcDaoSDK",
5   "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!",
6   "homepage": "https://github.com/DiegoArenaOlivera/CalcDao",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "\n    DiegoArenaOlivera": "darena@codigodelsur.com"
13   },
14   "source": {
15     "git": "https://github.com/DiegoArenaOlivera/CalcDao.git",
16     "tag": "v1.0.17"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CalcDao.framework/Headers/*.{h}",
22   "requires_arc": true,
23   "ios": {
24     "xcconfig": {
25       "GCC_PREPROCESSOR_DEFINITIONS": "DEBUG=1 $(inherited) CVLIB_IMG_NOCODEC",
26       "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/CalcDao/CalcDao.embeddedframework\""
27     },
28     "frameworks": [
29       "CalcDao",
30       "SystemConfiguration",
31       "AudioToolbox",
32       "AVFoundation",
33       "CoreMedia",
34       "CoreVideo",
35       "CoreGraphics",
36       "QuartzCore"
37     ],
38     "libraries": [
39       "iconv",
40       "c++",
41       "z"
42     ]
43   }