[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / a / d / c / PayCardsLib / 1.0.9 / PayCardsLib.podspec.json
blob3bfc7f6d1b05251eb2894c458102669cd62dc415
2   "name": "PayCardsLib",
3   "version": "1.0.9",
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.9"
20   },
21   "source_files": "include/*.h",
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "include/*.h",
24   "resources": "CRNResources.bundle",
25   "preserve_paths": "payCardsNoAcquiringLib.a",
26   "frameworks": [
27     "GLKit",
28     "ImageIO"
29   ],
30   "ios": {
31     "vendored_libraries": "payCardsNoAcquiringLib.a"
32   },
33   "requires_arc": true,
34   "xcconfig": {
35     "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/PayCardsLib\""
36   },
37   "dependencies": {
38     "OpenCV": [
39       "2.4.9"
40     ]
41   }