[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / d / PurchaseStacks / 1.0.0 / PurchaseStacks.podspec.json
blob93b34ea340b8b9732de9e7aafcd500af0fd793b2
2   "name": "PurchaseStacks",
3   "version": "1.0.0",
4   "summary": "Subscription and in-app-purchase backend service.",
5   "description": "Save yourself the hastle of implementing a subscriptions backend.",
6   "homepage": "https://purchasestacks.com/",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Purchase Stacks": "support@purchasestacks.com"
13   },
14   "source": {
15     "git": "https://github.com/PurchaseStacks/ios-sdk.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "PurchaseStacks.framework/Headers/*.h",
19   "public_header_files": "PurchaseStacks.framework/Headers/*.h",
20   "frameworks": "StoreKit",
21   "platforms": {
22     "ios": "12.0"
23   },
24   "ios": {
25     "vendored_frameworks": "PurchaseStacks.framework"
26   },
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   }