[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 5.0.4 / Kite-Print-SDK.podspec.json
blobd945e727d5ecb39132a1f1ef8d91551fd881b90d
2   "name": "Kite-Print-SDK",
3   "version": "5.0.4",
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.4"
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   "pod_target_xcconfig": {
70     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/PayPal-iOS-SDK",
71     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
72   },
73   "subspecs": [
74     {
75       "name": "Lite"
76     },
77     {
78       "name": "PayPal",
79       "xcconfig": {
80         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_PAYPAL"
81       },
82       "dependencies": {
83         "PayPal-iOS-SDK/Core": [
84           "~> 2.12.6"
85         ]
86       }
87     },
88     {
89       "name": "ApplePay",
90       "xcconfig": {
91         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
92       },
93       "dependencies": {
94         "Stripe": [
95           "5.1.4"
96         ],
97         "Stripe/ApplePay": [
98           "5.1.4"
99         ],
100         "ApplePayStubs": [
101           "0.2"
102         ]
103       }
104     },
105     {
106       "name": "Facebook",
107       "xcconfig": {
108         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_FACEBOOK"
109       },
110       "dependencies": {
111         "FacebookImagePicker": [
113         ]
114       }
115     },
116     {
117       "name": "Instagram",
118       "xcconfig": {
119         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_INSTAGRAM"
120       },
121       "dependencies": {
122         "InstagramImagePicker": [
124         ]
125       }
126     },
127     {
128       "name": "ImageProviders",
129       "xcconfig": {
130         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_CUSTOM_IMAGE_PROVIDERS"
131       },
132       "dependencies": {
133         "KITAssetsPickerController": [
135         ]
136       }
137     }
138   ]