[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / a / VizuryEventLogger / 1.6.2 / VizuryEventLogger.podspec.json
blob457ece773664ee4ec6e96ae13e6c91af20fe92f3
2   "name": "VizuryEventLogger",
3   "version": "1.6.2",
4   "summary": "Vizury Event Logger for iOS",
5   "description": "Vizury is a mobile marketing automation company. This framework helps to track events of users.",
6   "homepage": "https://affle.com",
7   "documentation_url": "https://github.com/ayon-affle/vizury-ios-sdk",
8   "license": {
9     "type": "Commercial",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ayon Chowdhury": "ayon.chowdhury@affle.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ayon-affle/vizury-ios-sdk.git",
20     "tag": "vizuryeventlogger-1.6.2"
21   },
22   "ios": {
23     "vendored_frameworks": "Frameworks/VizuryEventLogger/VizuryEventLogger.framework"
24   },
25   "preserve_paths": "Frameworks/VizuryEventLogger/VizuryEventLogger.framework",
26   "requires_arc": true,
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "SystemConfiguration",
31     "Security"
32   ],
33   "weak_frameworks": [
34     "UserNotifications",
35     "WebKit"
36   ],
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "user_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "static_framework": true,
44   "dependencies": {
45     "Protobuf": [
47     ]
48   }