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