[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 4.1.4 / Kite-Print-SDK.podspec.json
blob2c0fb8c409e0d8381a8c4db955af8f91c50cb376
2   "name": "Kite-Print-SDK",
3   "version": "4.1.4",
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": "4.1.4"
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.6.1"
40     ],
41     "UICKeyChainStore": [
42       "~> 2.0.4"
43     ],
44     "CSStickyHeaderFlowLayout": [
45       "~> 0.2.4"
46     ],
47     "GroundControl": [
48       "~> 2.1.0"
49     ],
50     "SkyLab": [
51       "~> 1.0.0"
52     ],
53     "MPFlipViewController": [
54       "~> 0.0.2"
55     ],
56     "UIColor-HexString": [
58     ],
59     "TSMarkdownParser": [
60       "~> 1.0.17"
61     ],
62     "DACircularProgress": [
64     ]
65   },
66   "requires_arc": true,
67   "platforms": {
68     "ios": "7.0"
69   },
70   "social_media_url": "https://twitter.com/dbotha",
71   "default_subspecs": "Lite",
72   "subspecs": [
73     {
74       "name": "Lite"
75     },
76     {
77       "name": "PayPal",
78       "xcconfig": {
79         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_PAYPAL"
80       },
81       "dependencies": {
82         "PayPal-iOS-SDK": [
83           "~> 2.12.4"
84         ]
85       }
86     },
87     {
88       "name": "ApplePay",
89       "xcconfig": {
90         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
91       },
92       "dependencies": {
93         "Stripe": [
94           "5.1.4"
95         ],
96         "Stripe/ApplePay": [
97           "5.1.4"
98         ],
99         "ApplePayStubs": [
100           "0.2"
101         ]
102       }
103     },
104     {
105       "name": "Facebook",
106       "xcconfig": {
107         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_FACEBOOK"
108       },
109       "dependencies": {
110         "FacebookImagePicker": [
112         ]
113       }
114     },
115     {
116       "name": "Instagram",
117       "xcconfig": {
118         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_INSTAGRAM"
119       },
120       "dependencies": {
121         "InstagramImagePicker": [
123         ]
124       }
125     }
126   ]