-
Notifications
You must be signed in to change notification settings - Fork 7
/
AcousticMobilePush.podspec
16 lines (15 loc) · 1.21 KB
/
AcousticMobilePush.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'AcousticMobilePush'
s.version = '3.10.2'
s.description = <<-DESC
Marketers use customer data and individual behaviors collected from a variety of sources to inform and drive real-time personalized customer interactions with Acoustic Campaign. You can use Acoustic Mobile Push Notification with Acoustic Campaign to allow marketers to send mobile app push notifications along with their customer interactions. By implementing the SDKs into your mobile app, you can send push notifications to your users based on criteria such as location, date, events, and more.
DESC
s.author = 'Acoustic, L.P.'
s.license = { :type => 'Proprietary, Acoustic, L.P.', :text => 'https://github.com/go-acoustic/Acoustic-Mobile-Push-iOS/blob/master/license/license.txt' }
s.homepage = 'https://developer.goacoustic.com/acoustic-campaign/docs/add-the-ios-sdk-to-your-app'
s.summary = 'Integration for Acoustic Mobile Push Notification'
s.cocoapods_version = '>= 1.10.0'
s.platforms = { :ios => '13.0' }
s.source = { :git => "https://github.com/go-acoustic/Acoustic-Mobile-Push-iOS.git", :tag => s.version.to_s }
s.vendored_frameworks = 'AcousticMobilePush.xcframework'
end