[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / a / d / PurchasesHybridCommon / 1.4.1 / PurchasesHybridCommon.podspec.json
blobf18fc3389d190f99786d405c2781bee94866bfd8
2   "name": "PurchasesHybridCommon",
3   "version": "1.4.1",
4   "summary": "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service.",
5   "description": "Save yourself the hastle of implementing a subscriptions backend. Use RevenueCat instead https://www.revenuecat.com/",
6   "homepage": "https://www.revenuecat.com/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "RevenueCat, Inc.": "support@revenuecat.com"
12   },
13   "source": {
14     "git": "https://github.com/revenuecat/purchases-hybrid-common.git",
15     "tag": "1.4.1"
16   },
17   "documentation_url": "https://docs.revenuecat.com/",
18   "frameworks": "StoreKit",
19   "dependencies": {
20     "Purchases": [
21       "3.7.1"
22     ]
23   },
24   "platforms": {
25     "ios": "9.0",
26     "osx": "10.12",
27     "watchos": "6.2",
28     "tvos": "9.0"
29   },
30   "pod_target_xcconfig": {
31     "DEFINES_MODULE": "YES"
32   },
33   "source_files": [
34     "ios/PurchasesHybridCommon/PurchasesHybridCommon/PurchasesHybridCommon.h",
35     "ios/PurchasesHybridCommon/PurchasesHybridCommon/**/*.h",
36     "ios/PurchasesHybridCommon/PurchasesHybridCommon/**/*.m"
37   ],
38   "public_header_files": [
39     "ios/PurchasesHybridCommon/PurchasesHybridCommon/*.h"
40   ]