[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / a / d / c / PayCardsLib / 1.0.6 / PayCardsLib.podspec.json
blob251b3468325337af440ddd93fde001cadfdd68a4
2   "name": "PayCardsLib",
3   "version": "1.0.6",
4   "summary": "PayCards lib description",
5   "description": "                   PayCards lib detailed description\n",
6   "homepage": "http://pay.cards/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Igor Pesin": "igorpesin@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/i-pesin/PayCardsLib.git",
19     "tag": "1.0.6"
20   },
21   "source_files": "include/*.h",
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "include/*.h",
24   "resources": "CRNResources.bundle",
25   "preserve_paths": "libPayCardsNoAcquiring.a",
26   "frameworks": [
27     "CoreVideo",
28     "AudioToolbox",
29     "AVFoundation",
30     "GLKit",
31     "ImageIO",
32     "CoreMedia",
33     "AssetsLibrary"
34   ],
35   "ios": {
36     "vendored_libraries": "libPayCardsNoAcquiring.a"
37   },
38   "requires_arc": true,
39   "xcconfig": {
40     "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/PayCardsLib\""
41   },
42   "dependencies": {
43     "OpenCV": [
44       "~> 2.4.9"
45     ]
46   }