4 "summary": "Objective-C wrapper for Uniform Type Identifiers (UTIs).",
5 "description": " This project consists of an Objective-C wrapper for all the\n UTI functions available from the `LaunchServices` framework.\n \n The goal is to provide an object-oriented approach to the\n Uniform Type Identifier system, using Objective-C (Foundation)\n data types, rather than CoreFoundation types, which may be\n painful to use, especially with ARC.\n",
6 "homepage": "https://github.com/macmade/objc-uti",
7 "documentation_url": "http://doc.xs-labs.com/objc-uti/",
9 "authors": "Jean-David Gadina",
10 "social_media_url": "http://twitter.com/macmade",
16 "git": "https://github.com/macmade/objc-uti.git",
19 "source_files": "UTI/Source/**/*.{h,m}",