[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / a / KKAnalytics / 1.5.3 / KKAnalytics.podspec.json
blob7e181645475a3ee7008e28bb1cad2cc1e70d7a19
2   "name": "KKAnalytics",
3   "version": "1.5.3",
4   "summary": "标准打点事件库",
5   "description": "数数,facebook adjust firebase 打点事件集合",
6   "homepage": "https://gitee.com/tapque_sdk/KKAnalytics.git",
7   "license": "MIT",
8   "authors": {
9     "Lovin": "156018282@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitee.com/tapque_sdk/KKAnalytics.git",
16     "tag": "1.5.3"
17   },
18   "source_files": "KKAnalytics/Core/**/*",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "KKAnalytics/Core/*.h",
21   "requires_arc": true,
22   "frameworks": [
23     "AdSupport",
24     "Security",
25     "CoreTelephony",
26     "SystemConfiguration",
27     "CoreMotion",
28     "iAd",
29     "AVFoundation",
30     "CFNetwork",
31     "WebKit"
32   ],
33   "libraries": [
34     "sqlite3",
35     "z",
36     "resolv"
37   ],
38   "vendored_libraries": "Framework/libReYunTracking.a",
39   "static_framework": true,
40   "dependencies": {
41     "Adjust": [
43     ],
44     "ThinkingSDK": [
46     ],
47     "Firebase/Core": [
49     ],
50     "FBSDKCoreKit": [
52     ]
53   }