[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 2.0.19 / Kite-Print-SDK.podspec.json
blob19a32507cf9a23a847b0b2230044c89915f77a5a
2   "name": "Kite-Print-SDK",
3   "version": "2.0.19",
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.19"
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     "Kite SDK/PSPrintSDK/LXReorderableCollectionViewFlowLayout.{h,m}"
23   ],
24   "resources": [
25     "Kite SDK/PSPrintSDK/KitePrintSDK.xcassets",
26     "Kite SDK/*.lproj",
27     "Kite SDK/PSPrintSDK/OLKiteStoryboard.storyboard",
28     "Kite SDK/PSPrintSDK/OLPhotoSelectionButton.xib"
29   ],
30   "dependencies": {
31     "SDWebImage": [
32       "~> 3.7.2"
33     ],
34     "SVProgressHUD": [
36     ],
37     "AFNetworking": [
38       "~> 2.5.0"
39     ],
40     "UICKeyChainStore": [
41       "~> 2.0.4"
42     ],
43     "CSStickyHeaderFlowLayout": [
44       "~> 0.2.4"
45     ],
46     "CTAssetsPickerController": [
47       "~> 2.9.3"
48     ],
49     "UIColor-HexString": [
51     ]
52   },
53   "requires_arc": true,
54   "platforms": {
55     "ios": "7.0"
56   },
57   "social_media_url": "https://twitter.com/dbotha",
58   "default_subspecs": "Lite",
59   "subspecs": [
60     {
61       "name": "Lite"
62     },
63     {
64       "name": "PayPal",
65       "xcconfig": {
66         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_PAYPAL"
67       },
68       "dependencies": {
69         "PayPal-iOS-SDK": [
70           "~> 2.4.2"
71         ]
72       }
73     },
74     {
75       "name": "ApplePay",
76       "xcconfig": {
77         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
78       },
79       "dependencies": {
80         "Stripe": [
81           "2.2.0"
82         ],
83         "Stripe/ApplePay": [
85         ]
86       }
87     },
88     {
89       "name": "Facebook",
90       "xcconfig": {
91         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_FACEBOOK"
92       },
93       "dependencies": {
94         "FacebookImagePicker": [
96         ]
97       }
98     },
99     {
100       "name": "Instagram",
101       "xcconfig": {
102         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_INSTAGRAM"
103       },
104       "dependencies": {
105         "InstagramImagePicker": [
107         ]
108       }
109     }
110   ]