[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 3.0.7 / Kite-Print-SDK.podspec.json
blob3a1d1746b8822735ffbbac69812a58c6ecc5e821
2   "name": "Kite-Print-SDK",
3   "version": "3.0.7",
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": "3.0.7"
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     "Kite SDK/PSPrintSDK/kite_corrupt.jpg"
30   ],
31   "dependencies": {
32     "SDWebImage": [
33       "~> 3.7.2"
34     ],
35     "SVProgressHUD": [
37     ],
38     "AFNetworking": [
39       "~> 2.5.0"
40     ],
41     "UICKeyChainStore": [
42       "~> 2.0.4"
43     ],
44     "CSStickyHeaderFlowLayout": [
45       "~> 0.2.4"
46     ],
47     "CTAssetsPickerController": [
48       "~> 2.9.3"
49     ],
50     "GroundControl": [
51       "~> 2.1.0"
52     ],
53     "SkyLab": [
54       "~> 1.0.0"
55     ],
56     "MPFlipViewController": [
57       "~> 0.0.2"
58     ],
59     "UIColor-HexString": [
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": [
80           "~> 2.4.2"
81         ]
82       }
83     },
84     {
85       "name": "ApplePay",
86       "xcconfig": {
87         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
88       },
89       "dependencies": {
90         "Stripe": [
91           "2.2.0"
92         ],
93         "Stripe/ApplePay": [
95         ]
96       }
97     },
98     {
99       "name": "Facebook",
100       "xcconfig": {
101         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_FACEBOOK"
102       },
103       "dependencies": {
104         "FacebookImagePicker": [
106         ]
107       }
108     },
109     {
110       "name": "Instagram",
111       "xcconfig": {
112         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_INSTAGRAM"
113       },
114       "dependencies": {
115         "InstagramImagePicker": [
117         ]
118       }
119     }
120   ]