[Add] YotiSDKIdentityDocument 6.1.0
[CocoaPods.git] / Specs / b / 2 / 6 / Purchasely / 2.6.0 / Purchasely.podspec.json
blob829012b54112b07e8b8d47ec2bc83700a59b84ac
2   "name": "Purchasely",
3   "version": "2.6.0",
4   "summary": "The simplest way to add In App Purchase to your apps.",
5   "description": "Purchasely is the simplest and quickest way to add In App Purchases and Subscriptions within your app. No more struggling with all the steps, receipt validation, rejection, …\nPurchasely handles everything from product presentation to app receipt validation.\n4 lines of code and you are good to go.",
6   "homepage": "https://www.purchasely.io",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2020 Purchasely SAS"
10   },
11   "authors": {
12     "jfgrang": "jfgrang@2appaz.com"
13   },
14   "source": {
15     "git": "https://github.com/Purchasely/Purchasely-iOS.git",
16     "tag": "2.6.0"
17   },
18   "social_media_url": "https://twitter.com/PurchaselyCom",
19   "swift_versions": [
20     "5.0",
21     "5.1",
22     "5.2",
23     "5.3"
24   ],
25   "platforms": {
26     "ios": "11.0",
27     "tvos": "11.0"
28   },
29   "vendored_frameworks": [
30     "Purchasely/Frameworks/Purchasely.xcframework"
31   ],
32   "ios": {
33     "frameworks": [
34       "UIKit",
35       "StoreKit"
36     ],
37     "pod_target_xcconfig": {
38       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39     },
40     "user_target_xcconfig": {
41       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42     }
43   },
44   "tvos": {
45     "frameworks": [
46       "UIKit",
47       "TVUIKit",
48       "StoreKit"
49     ],
50     "pod_target_xcconfig": {
51       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
52     },
53     "user_target_xcconfig": {
54       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
55     }
56   },
57   "swift_version": "5.3"