Skip to content

Commit efbd42b

Browse files
[Update] WebEngage (5.2.6)
1 parent f1989de commit efbd42b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

WebEngage/5.2.6/WebEngage.podspec

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Pod::Spec.new do |spec|
2+
3+
spec.name = 'WebEngage'
4+
spec.version = '5.2.6'
5+
6+
spec.summary = 'WebEngage is an Analytics & Marketing Automation Suite enabling companies to create personalized experiences at scale.'
7+
spec.description = <<-DESC
8+
WebEngage helps you craft contextual and personalized campaigns to engage your users through Push Notifications, In-app Messages, SMS, Web Push, Emails, Facebook and more!
9+
DESC
10+
11+
spec.license = 'MIT'
12+
spec.homepage = 'https://webengage.com'
13+
spec.documentation_url = 'https://docs.webengage.com/docs/ios-getting-started'
14+
spec.authors = 'Saumitra Bhave', 'Yogesh Singh', 'Uzma Sayyed', 'Unmesh Rathod'
15+
spec.frameworks = 'Foundation', 'CoreLocation', 'SystemConfiguration', 'UIKit', 'CoreGraphics'
16+
spec.weak_framework = 'UserNotifications'
17+
spec.libraries = 'sqlite3'
18+
spec.source = { :http => 'https://s3-us-west-2.amazonaws.com/webengage-sdk/ios/' + spec.version.version + '/WebEngageFramework.zip', :flatten => true}
19+
spec.platform = :ios
20+
spec.ios.deployment_target = '10.0'
21+
22+
spec.subspec 'Xcode11' do |xc11|
23+
xc11.ios.vendored_frameworks = 'xc11/WebEngage.framework'
24+
end
25+
26+
spec.default_subspec = 'Xcode11'
27+
28+
end

0 commit comments

Comments
 (0)