[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 1 / 8 / 4 / Playnomics / 1.4.1 / Playnomics.podspec.json
blob7bf58d9d5bc38b3dc5b048aebc5b5cda666d770d
2   "name": "Playnomics",
3   "version": "1.4.1",
4   "summary": "Playnomics SDK",
5   "description": "The Playnomics SDK allows developers to easily combine raw metric analytics, predictive analytics and complex segmentation to make smarter messaging decisions (push notifications and in-game messaging) that protect VIPs and monetize non-spenders.",
6   "homepage": "https://github.com/playnomics/playnomics-ios",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Jared Jenkins": "jared@playnomics.com",
13     "Shiraz Khan": "shiraz@playnomics.com"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/playnomics/playnomics-ios.git",
20     "tag": "v1.4.1"
21   },
22   "source_files": "src/PlaynomicsSDK/*.{h,m}",
23   "prefix_header_file": "src/PlaynomicsSDK/PlaynomicsSDK-Prefix.pch",
24   "public_header_files": [
25     "src/PlaynomicsSDK/Playnomics.h",
26     "src/PlaynomicsSDK/PNLogger.h"
27   ],
28   "frameworks": [
29     "Foundation",
30     "UIKit"
31   ],
32   "weak_frameworks": "AdSupport",
33   "requires_arc": false