Skip to content

Commit 7bca363

Browse files
authored
v1.0.0
1 parent 0483dfc commit 7bca363

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ChabokSDK.podspec

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'ChabokSDK'
3+
s.module_name = 'ChabokSDK'
4+
s.version = '1.0.0'
5+
s.summary = 'BOOST YOUR BUSINESS WITH A STRONG CUSTOMER DATA PLATFORM'
6+
s.description = <<-DESC
7+
Chabok simplifies marketing strategies from acquisition to churn by providing an attribution system,user journey, personalized engine, real-time segmentation, and cross-channel engagement.
8+
9+
DESC
10+
11+
s.requires_arc = true
12+
13+
s.homepage = 'https://github.com/chabok-io/chabok-ios'
14+
s.license = { :type => 'proprietary', :text => <<-LICENSE
15+
Copyright 2021 - present Chabok. All rights reserved.
16+
LICENSE
17+
}
18+
s.author = { 'Chabok.io' => 'dev.chabok@gmail.com' }
19+
s.source = { :http => 'https://github.com/chabok-io/chabok-ios/releases/download/'+ s.version.to_s+'/ChabokSDK.zip' }
20+
21+
s.platform = :ios
22+
s.ios.deployment_target = '9.0'
23+
24+
s.vendored_frameworks = 'ChabokSDK.framework'
25+
end

0 commit comments

Comments
 (0)