[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / a / d / c / PayCardsLib / 1.0.4 / PayCardsLib.podspec.json
blob475e1d9fe59223ffa9943c6eb90b4f35bc5d08d6
2   "name": "PayCardsLib",
3   "version": "1.0.4",
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.4"
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   "libraries": "PayCardsLib",
36   "ios": {
37     "vendored_libraries": "libPayCardsNoAcquiring.a"
38   },
39   "requires_arc": true,
40   "xcconfig": {
41     "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/PayCardsLib\""
42   },
43   "dependencies": {
44     "OpenCV": [
46     ]
47   }