blob: b7fcc42be2d480df66baaa27faa851ee8b23b1bc [file] [log] [blame]
{
"name": "adzerk-ios-sdk",
"module_name": "AdzerkSDK",
"version": "0.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": "http://adzerk.com",
"license": "Apache 2.0",
"authors": {
"Ben Scheirman": "ben@scheirman.com"
},
"source": {
"git": "https://github.com/adzerk/adzerk-ios-sdk.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AdzerkSDK/AdzerkSDK/**/*.swift",
"resource_bundles": {
"adzerk-ios-sdk": [
]
},
"frameworks": "Foundation"
}