blob: bbc1868b5aefba8d2a4300e72196df6aa169fe0b [file] [log] [blame]
{
"name": "adzerk-ios-sdk",
"module_name": "AdzerkSDK",
"version": "1.2",
"summary": "iOS SDK for the Adzerk API",
"description": "iOS SDK for the Adzerk API. For more information see the Adzerk API docs at http://adzerk.com/api.",
"homepage": "https://adzerk.com",
"license": "Apache 2.0",
"authors": {
"Ben Scheirman": "ben@scheirman.com"
},
"source": {
"git": "https://github.com/adzerk/adzerk-ios-sdk.git",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_versions": [
"4.0",
"5.0"
],
"source_files": "AdzerkSDK/AdzerkSDK/**/*.swift",
"frameworks": "Foundation",
"swift_version": "5.0"
}