-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHaptikCommerceLib.podspec
More file actions
58 lines (37 loc) Β· 3.14 KB
/
HaptikCommerceLib.podspec
File metadata and controls
58 lines (37 loc) Β· 3.14 KB
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" => "ketan@haptik.ai" }
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