forked from stvhanna/rudder-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRudder.podspec
More file actions
18 lines (15 loc) · 952 Bytes
/
Rudder.podspec
File metadata and controls
18 lines (15 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'Rudder'
s.version = "1.0.25-feedloop"
s.summary = "Privacy and Security focused Segment-alternative. iOS SDK"
s.description = <<-DESC
Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly.
DESC
s.homepage = "https://github.com/rudderlabs/rudder-sdk-ios"
s.license = { :type => "Apache", :file => "LICENSE" }
s.author = { "Rudderstack" => "arnab@rudderlabs.com" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/feedloop/rudder-sdk-ios.git", :tag => "v1.0.25-feedloop" }
s.ios.deployment_target = '8.0'
s.source_files = 'Rudder/**/*.{h,m}'
end