[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 4 / Kite-Print-SDK / 3.1.1 / Kite-Print-SDK.podspec.json
blobb399041dcab7f302446b313a897d9b71931a6090
2   "name": "Kite-Print-SDK",
3   "version": "3.1.1",
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.1.1"
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     "TSMarkdownParser": [
63       "~> 1.0.17"
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.4.2"
84         ]
85       }
86     },
87     {
88       "name": "ApplePay",
89       "xcconfig": {
90         "OTHER_CFLAGS": "$(inherited) -DOL_KITE_OFFER_APPLE_PAY"
91       },
92       "dependencies": {
93         "Stripe": [
94           "4.0.3"
95         ],
96         "Stripe/ApplePay": [
97           "4.0.3"
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   ]