-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathWoopraSDK.podspec
More file actions
17 lines (14 loc) · 938 Bytes
/
WoopraSDK.podspec
File metadata and controls
17 lines (14 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "WoopraSDK"
s.version = "1.2.1"
s.summary = "Woopra official iOS SDK"
s.description = "Woopra official iOS SDK. Woopra helps you gain deep insight into who your customers are, create relevant engagements, and ultimately make better business decisions. At Woopra’s core is an advanced user tracking technology that automatically profiles each user through detailed behavioral and demographic data in real-time. Woopra’s analytics and automation tools allow you to leverage this information to turn data into action and results."
s.homepage = "https://woopra.com/"
s.license = "MIT"
s.author = "Appier"
s.platform = :ios, "12.0"
s.swift_versions = ['5.0']
s.module_name = 'Woopra'
s.source = { :git => "https://github.com/Woopra/Woopra-iOS.git", :tag => "#{s.version}" }
s.source_files = "WoopraSDK", "WoopraSDK/**/*.{h,m,swift}"
end