[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 5.0.2 / Kite-Print-SDK.podspec.json
blob44cb915d51e818ccad323301bb84224a599decd7
2   "name": "Kite-Print-SDK",
3   "version": "5.0.2",
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": "5.0.2"
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/OLPhotoSelectionButton.xib",
28     "Kite-SDK/PSPrintSDK/kite_corrupt.jpg",
29     "Kite-SDK/PSPrintSDK/Base.lproj/OLKiteStoryboard.storyboard"
30   ],
31   "dependencies": {
32     "SDWebImage": [
33       "~> 3.7.2"
34     ],
35     "SVProgressHUD": [
36       "~> 1.1.3"
37     ],
38     "UICKeyChainStore": [
39       "~> 2.0.4"
40     ],
41     "CSStickyHeaderFlowLayout": [
42       "~> 0.2.4"
43     ],
44     "SkyLab": [
45       "~> 1.0.0"
46     ],
47     "MPFlipViewController": [
48       "~> 0.0.2"
49     ],
50     "UIColor-HexString": [
52     ],
53     "TSMarkdownParser": [
54       "~> 1.0.17"
55     ],
56     "DACircularProgress": [
58     ],
59     "ios-qr-encoder": [
60       "~> 1.0.4"
61     ]
62   },
63   "requires_arc": true,
64   "platforms": {
65     "ios": "7.0"
66   },
67   "social_media_url": "https://twitter.com/dbotha",
68   "default_subspecs": "Lite",
69   "subspecs": [
70     {
71       "name": "Lite"
72     },
73     {
74       "name": "PayPal",
75       "xcconfig": {
76         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_PAYPAL"
77       },
78       "dependencies": {
79         "PayPal-iOS-SDK/Core": [
80           "~> 2.12.6"
81         ]
82       }
83     },
84     {
85       "name": "ApplePay",
86       "xcconfig": {
87         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
88       },
89       "dependencies": {
90         "Stripe": [
91           "5.1.4"
92         ],
93         "Stripe/ApplePay": [
94           "5.1.4"
95         ],
96         "ApplePayStubs": [
97           "0.2"
98         ]
99       }
100     },
101     {
102       "name": "Facebook",
103       "xcconfig": {
104         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_FACEBOOK"
105       },
106       "dependencies": {
107         "FacebookImagePicker": [
109         ]
110       }
111     },
112     {
113       "name": "Instagram",
114       "xcconfig": {
115         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_INSTAGRAM"
116       },
117       "dependencies": {
118         "InstagramImagePicker": [
120         ]
121       }
122     },
123     {
124       "name": "ImageProviders",
125       "xcconfig": {
126         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_CUSTOM_IMAGE_PROVIDERS"
127       },
128       "dependencies": {
129         "KITAssetsPickerController": [
131         ]
132       }
133     }
134   ]