[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / c / UTIKit / 1.0.0 / UTIKit.podspec.json
blob88b80e926602f8374b7948e454fbc2e32c067262
2   "name": "UTIKit",
3   "version": "1.0.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…\n",
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   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/cockscomb/UTIKit.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "UTIKit/**/*.swift",
24   "requires_arc": true