[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 8 / e / a / uluEventSDK / 2.2.10 / uluEventSDK.podspec.json
blobcdfee1852dcd816ec7ca5b6a93a3baab3dcad8a5
2   "name": "uluEventSDK",
3   "version": "2.2.10",
4   "summary": "Event Log upload SDK.",
5   "description": "Event upload sdk.\n\nHow to Install\n\n```\npod 'uluEventSDK', '~> 2.2.7'\n```\n\nlog events with:\n`[[ULEentManager shared] trackEvent:@\"a_event\" withValues: @{@\"roleId\" : @\"199922330\"}]`",
6   "homepage": "http://www.ulugame.com",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "simon": "simon@ulugame.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "http": "https://github.com/ulu-ios/ulugamesdk/releases/download/Pod-2.2.10/uluEventSDK.framework.zip"
16   },
17   "ios": {
18     "vendored_frameworks": "uluEventSDK.framework",
19     "xcconfig": {
20       "OTHER_LDFLAGS": "-framework uluEventSDK"
21     }
22   },
23   "static_framework": true,
24   "dependencies": {
25     "GBDeviceInfo": [
26       "~> 6.6.0"
27     ],
28     "AppsFlyerFramework": [
29       "~> 6.4.0"
30     ],
31     "AliyunSlsObjc": [
32       "~> 1.2.0"
33     ]
34   }