[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / b / a / CalcDao / 1.0.0 / CalcDao.podspec.json
blobde357046c9af14a3accebdc2ab3e96dffc59740b
2   "name": "CalcDao",
3   "version": "1.0.0",
4   "summary": "CalcDaoSDK",
5   "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!",
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.0"
17   },
18   "preserve_paths": "CalcDao.embeddedframework/*",
19   "platforms": {
20     "ios": "8.1"
21   },
22   "ios": {
23     "source_files": "CalcDao.embeddedframework/CalcDao.framework/Versions/0.0.1/Headers/*.{h}",
24     "header_dir": "CalcDao",
25     "public_header_files": "CalcDao.embeddedframework/CalcDao.framework/Versions/0.0.1/Headers/*.h",
26     "resources": "CalcDao.embeddedframework/CalcDao.framework/Versions/0.0.1/Resources/*.{*}",
27     "xcconfig": {
28       "GCC_PREPROCESSOR_DEFINITIONS": "DEBUG=1 $(inherited) CVLIB_IMG_NOCODEC",
29       "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/CalcDao/CalcDao.embeddedframework\""
30     },
31     "frameworks": [
32       "CalcDao",
33       "SystemConfiguration",
34       "AudioToolbox",
35       "AVFoundation",
36       "CoreMedia",
37       "CoreVideo",
38       "CoreGraphics",
39       "QuartzCore"
40     ],
41     "libraries": [
42       "iconv",
43       "c++",
44       "z"
45     ]
46   }