[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 1.0.2 / Kite-Print-SDK.podspec.json
blob0462ee81ce64632f4f45c9245bb9cf6c8a867ab4
2   "name": "Kite-Print-SDK",
3   "version": "1.0.2",
4   "license": "MIT",
5   "homepage": "https://github.com/OceanLabs/iOS-Print-SDK",
6   "authors": {
7     "Deon Botha": "deon@oceanlabs.co"
8   },
9   "summary": "Easily add print on demand functionality to your app. Print magnets, photo prints, postcards, polaroids, A4, etc.",
10   "source": {
11     "git": "https://github.com/OceanLabs/iOS-Print-SDK.git",
12     "tag": "1.0.2"
13   },
14   "source_files": [
15     "PSPrintSDK/OL*.{h,m}",
16     "PSPrintSDK/CardIO*.h"
17   ],
18   "resources": [
19     "PSPrintSDK/KitePrintSDK.xcassets",
20     "*.lproj"
21   ],
22   "dependencies": {
23     "SDWebImage": [
25     ],
26     "SVProgressHUD": [
28     ],
29     "AFNetworking": [
30       "2.5.0"
31     ],
32     "UICKeyChainStore": [
33       "~> 1.0.4"
34     ]
35   },
36   "requires_arc": true,
37   "platforms": {
38     "ios": "7.0"
39   },
40   "social_media_url": "https://twitter.com/dbotha",
41   "default_subspecs": "Lite",
42   "subspecs": [
43     {
44       "name": "Lite"
45     },
46     {
47       "name": "PayPal",
48       "xcconfig": {
49         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_PAYPAL"
50       },
51       "dependencies": {
52         "PayPal-iOS-SDK": [
53           "~> 2.4.2"
54         ]
55       }
56     },
57     {
58       "name": "ApplePay",
59       "xcconfig": {
60         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
61       },
62       "dependencies": {
63         "Stripe": [
64           "2.2.0"
65         ],
66         "Stripe/ApplePay": [
68         ]
69       }
70     }
71   ]