[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / 4 / d / objc-uti / 1.0.1 / objc-uti.podspec.json
blob28a64ee2633865ccef54704b451488ad79ab8f21
2   "name": "objc-uti",
3   "version": "1.0.1",
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/",
8   "license": "MIT",
9   "authors": "Jean-David Gadina",
10   "social_media_url": "http://twitter.com/macmade",
11   "platforms": {
12     "ios": "6.0",
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/macmade/objc-uti.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "UTI/Source/**/*.{h,m}",
20   "requires_arc": false