[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 6 / 5 / C9OIAPService / 0.0.1 / C9OIAPService.podspec.json
blobcc8969b7f96edf8f9c6b71464979679f7e20a2e0
2   "name": "C9OIAPService",
3   "version": "0.0.1",
4   "summary": "C9OIAPService is used to handle In App Purchases.",
5   "description": "C9OIAPService contains the functionality to handle In App Purchases. User can fetch list of available in app purchases and also listen for purchase process through a set of observers.",
6   "homepage": "https://gitlab.com/c9opublicframeworks/c9oiapframework",
7   "license": {
8     "type": "MIT",
9     "text": "                                        Copyright © 2021 Cloud9 Online LLC.\n"
10   },
11   "authors": {
12     "Cloud9 Online": "cloud9online@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://gitlab.com/c9opublicframeworks/c9oiapframework.git",
19     "tag": "0.0.1"
20   },
21   "vendored_frameworks": "C9OIAPService.framework",
22   "swift_versions": [
23     "5.0"
24   ],
25   "dependencies": {
26     "C9OCore": [
28     ]
29   },
30   "weak_frameworks": [
31     "Foundation",
32     "SystemConfiguration"
33   ],
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "pod_target_xcconfig": {
38     "VALID_ARCHS": "x86_64 armv7 arm64"
39   },
40   "swift_version": "5.0"