-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHaptikCommerceLib.podspec
58 lines (37 loc) · 3.14 KB
/
HaptikCommerceLib.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# Be sure to run `pod spec lint HaptikCommerceLib.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#
spec.name = "HaptikCommerceLib"
spec.version = "3.1.1"
spec.summary = "The Buzzo SDK enables brands to turn their app into a Shopping and Ordering Assistant."
spec.description = <<-DESC
The Buzzo SDK enables brands to turn their app into a Shopping and Ordering Assistant. It enables users to search, filter and sort products by voice, get personalised recommendations and buying guidance, ask product specific questions as well as to discover reviews based product insights.
DESC
spec.homepage = "https://www.buzzo.ai"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.license = { :type => "Commercial", :file => "LICENSE" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.author = { "Ketan Doiphode" => "[email protected]" }
spec.social_media_url = "https://twitter.com/haptik"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.vendored_frameworks = "Frameworks/HaptikCommerceLib/HaptikCommerce.xcframework"
spec.platform = :ios
spec.platform = :ios, "11.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source = { :git => "https://github.com/hellohaptik/BuzzoLib-iOS.git", :tag => "#{spec.version}" }
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.frameworks = "WebKit", "Speech", "UIKit", "AVFoundation", "Foundation"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.requires_arc = true
end