[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 5 / a / c / UTIKit / 2.1.0 / UTIKit.podspec.json
blob5e2c426b276d66a5ad6ee2f33ffe824635ee6b95
2   "name": "UTIKit",
3   "version": "2.1.0",
4   "summary": "UTIKit is an UTI (Uniform Type Identifier) wrapper for Swift.",
5   "description": "UTIKit is a full featured library including entire UTI functions.\n\n* Convertibility\n  * Filename extension\n  * MIME type\n  * OSType (OS X only)\n  * Pasteboard type (OS X only)\n* Equality\n* Conformance\n* and others…",
6   "homepage": "https://github.com/cockscomb/UTIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hiroki Kato": "mail@cockscomb.info"
13   },
14   "social_media_url": "http://twitter.com/cockscomb",
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "source": {
21     "git": "https://github.com/cockscomb/UTIKit.git",
22     "tag": "2.1.0"
23   },
24   "source_files": "UTIKit/**/*.swift",
25   "requires_arc": true,
26   "swift_version": "5.0"