blob: cdad1d14f55058177e77fa7804d0d843f458c89e [file] [log] [blame]
{
"name": "Playnomics",
"version": "1.5.2",
"summary": "Playnomics SDK",
"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.",
"homepage": "https://github.com/playnomics/playnomics-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": {
"Jared Jenkins": "jared@playnomics.com",
"Shiraz Khan": "shiraz@playnomics.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/playnomics/playnomics-ios.git",
"tag": "v1.5.2"
},
"source_files": "src/PlaynomicsSDK/*.{h,m}",
"prefix_header_file": "src/PlaynomicsSDK/PlaynomicsSDK-Prefix.pch",
"public_header_files": [
"src/PlaynomicsSDK/Playnomics.h",
"src/PlaynomicsSDK/PNLogger.h"
],
"frameworks": [
"Foundation",
"UIKit"
],
"weak_frameworks": "AdSupport",
"requires_arc": false
}