blob: 2b70b756dac608542108c9d2a06c280444d163db [file] [log] [blame]
{
"name": "Playnomics",
"version": "1.2.0",
"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.2.0"
},
"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
}