[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 2.0.3 / Kite-Print-SDK.podspec.json
blob81f3d3c858249fbc73e08d52ff07ad3e6a5613f2
2   "name": "Kite-Print-SDK",
3   "version": "2.0.3",
4   "license": {
5     "type": "MIT",
6     "file": "Kite SDK/LICENSE"
7   },
8   "homepage": "https://github.com/OceanLabs/iOS-Print-SDK",
9   "authors": {
10     "Deon Botha": "deon@oceanlabs.co"
11   },
12   "summary": "Add physical print functionality in minutes! Print magnets, photo prints, postcards, polaroids, posters, stickers, canvas', phone cases, etc",
13   "source": {
14     "git": "https://github.com/OceanLabs/iOS-Print-SDK.git",
15     "tag": "2.0.3"
16   },
17   "source_files": [
18     "Kite SDK/PSPrintSDK/OL*.{h,m}",
19     "Kite SDK/PSPrintSDK/CardIO*.h",
20     "Kite SDK/PSPrintSDK/RMImageCropper/*.{h,m}",
21     "Kite SDK/PSPrintSDK/Categories/*.{h,m}"
22   ],
23   "resources": [
24     "Kite SDK/PSPrintSDK/KitePrintSDK.xcassets",
25     "Kite SDK/*.lproj",
26     "Kite SDK/PSPrintSDK/OLKiteStoryboard.storyboard"
27   ],
28   "dependencies": {
29     "SDWebImage": [
31     ],
32     "SVProgressHUD": [
34     ],
35     "AFNetworking": [
36       "2.5.0"
37     ],
38     "UICKeyChainStore": [
39       "~> 1.0.4"
40     ],
41     "LXReorderableCollectionViewFlowLayout": [
43     ]
44   },
45   "requires_arc": true,
46   "platforms": {
47     "ios": "7.0"
48   },
49   "social_media_url": "https://twitter.com/dbotha",
50   "default_subspecs": "Lite",
51   "subspecs": [
52     {
53       "name": "Lite"
54     },
55     {
56       "name": "PayPal",
57       "xcconfig": {
58         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_PAYPAL"
59       },
60       "dependencies": {
61         "PayPal-iOS-SDK": [
62           "~> 2.4.2"
63         ]
64       }
65     },
66     {
67       "name": "ApplePay",
68       "xcconfig": {
69         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
70       },
71       "dependencies": {
72         "Stripe": [
73           "2.2.0"
74         ],
75         "Stripe/ApplePay": [
77         ]
78       }
79     }
80   ]