forked from namiml/nami-apple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNami.podspec
34 lines (26 loc) · 1.41 KB
/
Nami.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
29
30
31
32
33
34
#
# Be sure to run `pod lib lint nami.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Nami'
s.version = '2.9.3'
s.summary = 'Simplify StoreKit integration and testing. Add cloud based dynamic paywalls to your app.'
s.description = <<-DESC
This library helps manage StoreKit operations, allow cloud based controls of your paywall to change images, text, and products. Adds cloud based control of rules for how your users see your paywall.
Requires an account with Nami ML. Platform includes a free tier to get you up and running with subscriptions and paywalls in your app.
See https://nami.ml for more details and to request an account.
DESC
s.homepage = 'https://github.com/namiml/nami-apple'
s.license = { :type => 'CUSTOM', :file => 'LICENSE' }
s.author = { 'nami' => '[email protected]' }
s.source = { :git => "https://github.com/namiml/nami-apple.git", :tag => "#{s.version}" }
s.social_media_url = 'https://twitter.com/HelloNamiML'
s.platform = :ios, "11.2"
s.ios.deployment_target = '11.2'
s.ios.vendored_frameworks = 'Nami.xcframework'
s.frameworks = 'UIKit', 'StoreKit'
end