[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 5.3.10 / Kite-Print-SDK.podspec.json
blobd6b04342f136d8f28f043afd6852892e22dc1346
2   "name": "Kite-Print-SDK",
3   "version": "5.3.10",
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.3.10"
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           "5.1.4"
78         ],
79         "Stripe/ApplePay": [
80           "5.1.4"
81         ]
82       }
83     },
84     {
85       "name": "Facebook",
86       "xcconfig": {
87         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_FACEBOOK"
88       },
89       "dependencies": {
90         "FacebookImagePicker": [
92         ]
93       }
94     },
95     {
96       "name": "Instagram",
97       "xcconfig": {
98         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_INSTAGRAM"
99       },
100       "dependencies": {
101         "InstagramImagePicker": [
103         ]
104       }
105     },
106     {
107       "name": "ImageProviders",
108       "xcconfig": {
109         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_CUSTOM_IMAGE_PROVIDERS"
110       },
111       "dependencies": {
112         "KITAssetsPickerController": [
114         ]
115       }
116     }
117   ]