-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathForethought.podspec
More file actions
17 lines (14 loc) · 880 Bytes
/
Forethought.podspec
File metadata and controls
17 lines (14 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |spec|
spec.name = "Forethought"
spec.version = "2.5.3"
spec.summary = "Transform customer service with human-centered AI"
spec.description = "Transform customer service with human-centered AI using the Forethought Solve AI Chatbot"
spec.homepage = "https://forethought.ai"
spec.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
spec.author = { "Forethought Engineering" => "eng@forethought.ai" }
spec.social_media_url = "https://twitter.com/forethought_ai"
spec.platform = :ios, "11.0"
spec.swift_version = '5.0'
spec.source = { :git => "https://github.com/Forethought-Technologies/solve-ios.git", :tag => "#{spec.version}" }
spec.vendored_frameworks = "Forethought.xcframework"
end