[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 5.4.9 / Kite-Print-SDK.podspec.json
bloba4fbdeff7b8553d64087670cb9d0842cbc2fa7e4
2   "name": "Kite-Print-SDK",
3   "version": "5.4.9",
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.4.9"
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     "Kite-SDK/PSPrintSDK/QREncoder/*.{h,m,c}"
24   ],
25   "resources": [
26     "Kite-SDK/PSPrintSDK/KitePrintSDK.xcassets",
27     "Kite-SDK/PSPrintSDK/*.lproj",
28     "Kite-SDK/PSPrintSDK/Base.lproj/OLEditingToolsView.xib",
29     "Kite-SDK/PSPrintSDK/kite_corrupt.jpg",
30     "Kite-SDK/PSPrintSDK/Base.lproj/OLKiteStoryboard.storyboard"
31   ],
32   "dependencies": {
33     "SVProgressHUD": [
34       "~> 1.1.3"
35     ],
36     "CSStickyHeaderFlowLayout": [
37       "~> 0.2.4"
38     ],
39     "MPFlipViewController": [
40       "~> 0.0.2"
41     ],
42     "TSMarkdownParser": [
43       "~> 1.0.17"
44     ],
45     "DACircularProgress": [
47     ]
48   },
49   "requires_arc": true,
50   "platforms": {
51     "ios": "7.0"
52   },
53   "social_media_url": "https://twitter.com/dbotha",
54   "default_subspecs": "Lite",
55   "subspecs": [
56     {
57       "name": "Lite"
58     },
59     {
60       "name": "PayPal",
61       "xcconfig": {
62         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_PAYPAL"
63       },
64       "dependencies": {
65         "PayPal-iOS-SDK/Core": [
66           "~> 2.12.6"
67         ]
68       }
69     },
70     {
71       "name": "ApplePay",
72       "xcconfig": {
73         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
74       },
75       "dependencies": {
76         "Stripe": [
77           "8.0.6"
78         ]
79       }
80     },
81     {
82       "name": "Facebook",
83       "xcconfig": {
84         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_FACEBOOK"
85       },
86       "dependencies": {
87         "FacebookImagePicker": [
89         ]
90       }
91     },
92     {
93       "name": "Instagram",
94       "xcconfig": {
95         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_INSTAGRAM"
96       },
97       "dependencies": {
98         "InstagramImagePicker": [
100         ]
101       }
102     },
103     {
104       "name": "ImageProviders",
105       "xcconfig": {
106         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_CUSTOM_IMAGE_PROVIDERS"
107       },
108       "dependencies": {
109         "KITAssetsPickerController": [
111         ]
112       }
113     }
114   ]