forked from segmentio/analytics-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBytegainAnalytics.podspec
More file actions
27 lines (22 loc) · 966 Bytes
/
BytegainAnalytics.podspec
File metadata and controls
27 lines (22 loc) · 966 Bytes
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
Pod::Spec.new do |s|
s.name = "BytegainAnalytics"
s.version = "4.1.0"
s.summary = "Deepen Customer Engagement with AI."
s.description = <<-DESC
BytegainAnalytics for iOS uses AI to predict what
each user needs in real-time to help you serve
them in the best possible way.
DESC
s.homepage = "https://github.com/ByteGain/bg-analytics-ios"
s.license = { :type => 'MIT' }
s.author = { "Bytegain" => "cocoapods@bytegain.com" }
s.source = { :git => "https://github.com/ByteGain/bg-analytics-ios.git", :tag => s.version.to_s }
s.social_media_url = 'https://mobile.twitter.com/bytegain'
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.framework = 'Security'
s.source_files = [
'BytegainAnalytics/Classes/**/*',
'BytegainAnalytics/Vendor/**/*'
]
end