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