-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathSegment-CleverTap.podspec
More file actions
25 lines (20 loc) · 984 Bytes
/
Segment-CleverTap.podspec
File metadata and controls
25 lines (20 loc) · 984 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
Pod::Spec.new do |s|
s.name = "Segment-CleverTap"
s.version = "1.4.0"
s.summary = "CleverTap Integration for Segment's analytics-ios library."
s.description = <<-DESC
Analytics for iOS provides a single API that lets you
integrate with over 100s of tools.
This is the CleverTap integration for the iOS library.
DESC
s.homepage = "https://github.com/CleverTap/clevertap-segment-ios"
s.license = { :type => 'MIT' }
s.author = { "CleverTap" => "support@clevertap.com" }
s.source = { :git => "https://github.com/CleverTap/clevertap-segment-ios.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/clevertap'
s.platform = :ios, '10.0'
s.requires_arc = true
s.dependency 'Analytics'
s.dependency 'CleverTap-iOS-SDK', '>= 4.2.2'
s.source_files = 'Pod/Classes/**/*'
end