-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcroboxSDK.podspec
More file actions
32 lines (17 loc) · 899 Bytes
/
croboxSDK.podspec
File metadata and controls
32 lines (17 loc) · 899 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
28
29
30
31
32
Pod::Spec.new do |spec|
spec.name = "croboxSDK"
spec.version = "1.0.33"
spec.summary = "Crobox SDK for iOS"
spec.description = "croboxSDK is a powerful SDK for integrating advanced analytics into your iOS applications. It provides seamless integration with minimal setup and offers a range of features to enhance your app's capabilities."
spec.homepage = "https://github.com/crobox/crobox-sdk-ios"
spec.license = "MIT"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.authors = { "Crobox" => "info@crobox.com" }
if spec.respond_to? 'swift_versions'
spec.swift_versions = ['5.10.1']
end
spec.platform = :ios
spec.platform = :ios, "16.0"
spec.source = { :git => "https://github.com/crobox/crobox-sdk-ios.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/**/*.{h,m,swift}"
end