blob: c69d388e5cf0f3a97f36e6c1f28fc318276e793a [file] [log] [blame]
{
"name": "pixalate-ios-sdk",
"version": "0.1.3",
"summary": "An impression reporting library for ios apps, by Pixalate, Inc.",
"description": "Utility with which to send app impressions to Pixalate, as well as query about blocked status.",
"homepage": "https://github.com/pixalate-inc/pixalate-ios-sdk",
"license": {
"type": "LGPL-3.0",
"file": "LICENSE"
},
"authors": {
"Pixalate, Inc.": "engineering-external@pixalate.com"
},
"source": {
"git": "https://github.com/pixalate-inc/pixalate-ios-sdk.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "pixalate_ios_sdk/**/*.{h,m}",
"public_header_files": "pixalate_ios_sdk/**/*.h",
"private_header_files": [
"pixalate_ios_sdk/Private/*.h",
"pixalate_ios_sdk/pixalate-ios-sdk-umbrella.h"
]
}