2020-08-03 22:32:32 +03:00
Pod::Spec.new do |s|
2021-08-05 23:19:12 +03:00
s.name = 'AzureNotificationHubs-iOS'
s.version = '3.1.5'
2020-08-03 22:32:32 +03:00
2021-08-05 23:19:12 +03:00
s.summary = 'Push notifications for consumer and enterprise apps – from any backend to any device platform'
2020-08-03 22:32:32 +03:00
s.description = <<-DESC
Azure Notification Hubs provide an easy-to-use, multiplatform, scaled-out push infrastructure that enables you to send mobile push notifications from any backend (in the cloud or on-premises) to any mobile platform.
DESC
2021-08-05 23:19:12 +03:00
s.author = { 'Microsoft' => 'http://microsoft.com' }
s.license = { :type => 'Apache 2.0', :file => 'WindowsAzureMessaging-SDK-Apple/LICENSE' }
2020-08-03 22:32:32 +03:00
s.documentation_url = "https://docs.microsoft.com/en-us/azure/notification-hubs/"
s.homepage = "http://azure.microsoft.com/en-us/services/notification-hubs/"
2021-08-05 23:19:12 +03:00
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '11.0'
2021-01-07 01:32:20 +03:00
s.source = { :http => "https://github.com/Azure/azure-notificationhubs-ios/releases/download/#{s.version}/WindowsAzureMessaging-SDK-Apple-XCFramework-#{s.version}.zip" }
2021-08-05 23:19:12 +03:00
s.preserve_path = 'WindowsAzureMessaging-SDK-Apple/README.md'
2020-08-03 22:32:32 +03:00
2021-08-05 23:19:12 +03:00
s.frameworks = 'Foundation', 'SystemConfiguration'
s.ios.frameworks = 'UIKit'
s.tvos.frameworks = 'UIKit'
s.osx.frameworks = 'AppKit'
s.ios.weak_frameworks = 'UserNotifications'
s.tvos.weak_frameworks = 'UserNotifications'
s.osx.weak_frameworks = 'UserNotifications'
2021-01-07 01:24:05 +03:00
s.ios.vendored_frameworks = "WindowsAzureMessaging-SDK-Apple/WindowsAzureMessaging.xcframework"
s.tvos.vendored_frameworks = "WindowsAzureMessaging-SDK-Apple/WindowsAzureMessaging.xcframework"
s.osx.vendored_frameworks = "WindowsAzureMessaging-SDK-Apple/WindowsAzureMessaging.xcframework"
2020-08-03 22:32:32 +03:00
end