[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 2.0.2 / Kite-Print-SDK.podspec.json
blobef11d4508f82e682a7fcc77930143a6835e5a1d1
2   "name": "Kite-Print-SDK",
3   "version": "2.0.2",
4   "license": "MIT",
5   "homepage": "https://github.com/OceanLabs/iOS-Print-SDK",
6   "authors": {
7     "Deon Botha": "deon@oceanlabs.co"
8   },
9   "summary": "Easily add print on demand functionality to your app. Print magnets, photo prints, postcards, polaroids, A4, posters, stickers, etc.",
10   "source": {
11     "git": "https://github.com/OceanLabs/iOS-Print-SDK.git",
12     "tag": "2.0.2"
13   },
14   "source_files": [
15     "PSPrintSDK/OL*.{h,m}",
16     "PSPrintSDK/CardIO*.h",
17     "PSPrintSDK/RMImageCropper/*.{h,m}",
18     "PSPrintSDK/Categories/*.{h,m}"
19   ],
20   "resources": [
21     "PSPrintSDK/KitePrintSDK.xcassets",
22     "*.lproj",
23     "PSPrintSDK/OLKiteStoryboard.storyboard"
24   ],
25   "dependencies": {
26     "SDWebImage": [
28     ],
29     "SVProgressHUD": [
31     ],
32     "AFNetworking": [
33       "2.5.0"
34     ],
35     "UICKeyChainStore": [
36       "~> 1.0.4"
37     ],
38     "LXReorderableCollectionViewFlowLayout": [
40     ]
41   },
42   "requires_arc": true,
43   "platforms": {
44     "ios": "7.0"
45   },
46   "social_media_url": "https://twitter.com/dbotha",
47   "default_subspecs": "Lite",
48   "subspecs": [
49     {
50       "name": "Lite"
51     },
52     {
53       "name": "PayPal",
54       "xcconfig": {
55         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_PAYPAL"
56       },
57       "dependencies": {
58         "PayPal-iOS-SDK": [
59           "~> 2.4.2"
60         ]
61       }
62     },
63     {
64       "name": "ApplePay",
65       "xcconfig": {
66         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
67       },
68       "dependencies": {
69         "Stripe": [
70           "2.2.0"
71         ],
72         "Stripe/ApplePay": [
74         ]
75       }
76     }
77   ]