blob: 6e9cab4914d4e58bd552a025ab937dc0d26959bf [file] [log] [blame]
{
"name": "CLUUserAgent",
"version": "0.1.0",
"summary": "Consistent User-Agent Strings for Cocoa",
"description": " Provide consistent User-Agent strings for Cocoa apps:\n\n * Reproduce the default User-Agent for iOS\n * Provide ways to customize it.\n",
"homepage": "https://github.com/herzi/clu-useragent",
"license": "MIT",
"authors": {
"Sven Herzberg": "sven.herzberg@cluepunk.com"
},
"source": {
"git": "https://github.com/herzi/clu-useragent.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CLUUserAgent": [
"Pod/Assets/*.png"
]
}
}