blob: e77f6e76179c9d50779cf556edbcaf5a4cdc92ed [file] [log] [blame]
{
"name": "CLUUserAgent",
"version": "0.2.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": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sven Herzberg": "sven.herzberg@cluepunk.com"
},
"source": {
"git": "https://github.com/herzi/clu-useragent.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "CLUUserAgent/*",
"public_header_files": "CLUUserAgent/*.h"
}