blob: 28a64ee2633865ccef54704b451488ad79ab8f21 [file] [log] [blame]
{
"name": "objc-uti",
"version": "1.0.1",
"summary": "Objective-C wrapper for Uniform Type Identifiers (UTIs).",
"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",
"homepage": "https://github.com/macmade/objc-uti",
"documentation_url": "http://doc.xs-labs.com/objc-uti/",
"license": "MIT",
"authors": "Jean-David Gadina",
"social_media_url": "http://twitter.com/macmade",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/macmade/objc-uti.git",
"tag": "1.0.1"
},
"source_files": "UTI/Source/**/*.{h,m}",
"requires_arc": false
}