-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChabokPush.podspec
28 lines (23 loc) · 971 Bytes
/
ChabokPush.podspec
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
Pod::Spec.new do |s|
s.name = 'ChabokPush'
s.module_name = 'AdpPushClient'
s.version = '2.4.0'
s.summary = 'Connect your users with Chabok realtime messaging or send push notifications to them.'
s.description = <<-DESC
Chabok Push provides your app with in-app messaging and easy geo-location features.
Chabok co
DESC
s.requires_arc = true
s.homepage = 'https://github.com/chabok-io/chabok-client-ios'
s.license = { :type => 'proprietary', :text => <<-LICENSE
Copyright 2021 - present Chabok. All rights reserved.
LICENSE
}
s.author = { 'Chabok.io' => 'info@chabok.io' }
s.source = { :http => 'https://github.com/chabok-io/chabok-client-ios/releases/download/'+ s.version.to_s+'/ChabokFramework.zip' }
s.platform = :ios
s.ios.deployment_target = '7.0'
s.frameworks = 'MobileCoreServices', 'CoreLocation', 'SystemConfiguration', 'CoreData'
s.weak_framework = 'UserNotifications'
s.vendored_frameworks = 'AdpPushClient.framework'
end