[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / 0 / CLUUserAgent / 0.2.0 / CLUUserAgent.podspec.json
blobe77f6e76179c9d50779cf556edbcaf5a4cdc92ed
2   "name": "CLUUserAgent",
3   "version": "0.2.0",
4   "summary": "Consistent User-Agent Strings for Cocoa",
5   "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",
6   "homepage": "https://github.com/herzi/clu-useragent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sven Herzberg": "sven.herzberg@cluepunk.com"
13   },
14   "source": {
15     "git": "https://github.com/herzi/clu-useragent.git",
16     "tag": "v0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "source_files": "CLUUserAgent/*",
24   "public_header_files": "CLUUserAgent/*.h"