[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 9 / 1 / KovaleeSDK / 1.9.16 / KovaleeSDK.podspec.json
blob54262f9cd7343bee51bd887bcf7c9fcf3dd85b61
2   "name": "KovaleeSDK",
3   "version": "1.9.16",
4   "summary": "KovaleeSDK is an efficient iOS framework, that's packed with tools for tracking user behavior.",
5   "description": "KovaleeSDK is an efficient iOS framework, that's packed with tools specifically for tracking user behavior, handling user purchases, and smoothly integrating ads.",
6   "license": "Code is MIT, then custom font licenses.",
7   "homepage": "https://github.com/cotyapps/Kovalee-iOS-SDK",
8   "authors": {
9     "FT": "fto@kovalee.app"
10   },
11   "source": {
12     "git": "https://github.com/cotyapps/Kovalee-iOS-SDK.git",
13     "tag": "1.9.16"
14   },
15   "platforms": {
16     "ios": "14.3"
17   },
18   "swift_versions": "5.7",
19   "default_subspecs": "SDK",
20   "subspecs": [
21     {
22       "name": "SDK",
23       "source_files": "Sources/KovaleeSDK/**/{*.swift,!KovaleeSDKUI/*.swift}",
24       "resources": "Sources/KovaleeSDK/PrivacyInfo.xcprivacy",
25       "vendored_frameworks": [
26         "Frameworks/KovaleeFramework.xcframework"
27       ],
28       "dependencies": {
29         "AmplitudeSwift": [
30           ">= 1.4.5"
31         ]
32       }
33     },
34     {
35       "name": "SDKUI",
36       "source_files": "Sources/KovaleeSDKUI/**/*.swift",
37       "dependencies": {
38         "KovaleeSDK/SDK": [
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.7"