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