From 5122bfed790bd6e26de6d8a26252cb3088c0e90b Mon Sep 17 00:00:00 2001 From: Team Nami Date: Wed, 10 Jan 2024 01:38:58 +0100 Subject: [PATCH] [Add] Nami 3.1.27 --- Specs/1/4/8/Nami/3.1.27/Nami.podspec.json | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Specs/1/4/8/Nami/3.1.27/Nami.podspec.json diff --git a/Specs/1/4/8/Nami/3.1.27/Nami.podspec.json b/Specs/1/4/8/Nami/3.1.27/Nami.podspec.json new file mode 100644 index 000000000000..ff8d0f5587a9 --- /dev/null +++ b/Specs/1/4/8/Nami/3.1.27/Nami.podspec.json @@ -0,0 +1,33 @@ +{ + "name": "Nami", + "version": "3.1.27", + "summary": "Easy Apple StoreKit subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.", + "description": "This library helps you easily offer in-app purchases and subscriptions using Apple App Store billing and StoreKit APIs.\n\n - No IAP code to write.\n - Focus on your app experience.\n - All edge cases are handled and no server is required.\n - Includes is powerful built-in paywalls templates, built with SwiftUI and UIKit\n - Update paywalls easily using a browser-based paywall CMS.\n - Conduct paywall A/B tests, to improve your conversion rate.\n - Robust subscription analytics, webhooks, and much more.\n\nRequires an account with Nami. The free tier is generous and includes everything you need to get up and running.\n\nSee https://www.namiml.com for more details and to create a free account.", + "homepage": "https://github.com/namiml/nami-apple", + "license": { + "type": "CUSTOM", + "file": "LICENSE" + }, + "authors": { + "Team Nami": "hello@namiml.com" + }, + "source": { + "git": "https://github.com/namiml/nami-apple.git", + "tag": "3.1.27" + }, + "social_media_url": "https://twitter.com/HelloNamiML", + "platforms": { + "ios": "14.0", + "tvos": "15.0" + }, + "ios": { + "vendored_frameworks": "NamiApple.xcframework" + }, + "tvos": { + "vendored_frameworks": "NamiApple.xcframework" + }, + "frameworks": [ + "UIKit", + "StoreKit" + ] +} -- 2.11.4.GIT