[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / a / SwiftUTI / 1.0.6 / SwiftUTI.podspec.json
blob3d5ee15edd05cf6b586a3d2a45ece479d20444f1
2   "name": "SwiftUTI",
3   "version": "1.0.6",
4   "summary": "A swift wrapper around Apples Universal Type Identifier functions.",
5   "description": "This module makes it very simple to work with Apples Universal Type Identifiers.",
6   "homepage": "https://github.com/mkeiser/SwiftUTI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mkeiser": "matthias@tristan-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/mkeiser/SwiftUTI.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Sources/*",
23   "osx": {
24     "frameworks": "CoreServices"
25   },
26   "ios": {
27     "frameworks": "MobileCoreServices"
28   },
29   "pushed_with_swift_version": "3.0"