forked from superwall/Superwall-Flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuperwallkit_flutter.podspec
22 lines (21 loc) · 1 KB
/
superwallkit_flutter.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint superwallkit_flutter.podspec` to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'superwallkit_flutter'
s.version = '0.0.1'
s.summary = 'Superwall: In-App Paywalls Made Easy'
s.description = 'Paywall infrastructure for mobile apps :) we make things like editing your paywall and running price tests as easy as clicking a few buttons. superwall.com'
s.homepage = 'https://superwall.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Superwall' => '[email protected]' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'SuperwallKit', '3.10.1'
s.platform = :ios, '14.0'
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'
end