[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 4 / 3 / c / SwiftCoreServices / 0.1.1 / SwiftCoreServices.podspec.json
blob091d3116cb071ce1cc9b330e45b2f13e217a6cb9
2   "name": "SwiftCoreServices",
3   "version": "0.1.1",
4   "summary": "Swift shallow wrapper of CoreServices.",
5   "description": "Swift shallow wrapper of CoreServices.\nApple starts to provide Swift API for their libraries, but it is slow and\nimperfect. These projects fill the gap.",
6   "homepage": "https://github.com/youknowone/SwiftUp",
7   "license": {
8     "type": "2-clause BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeong YunWon": "jeong@youknowone.org"
13   },
14   "source": {
15     "git": "https://github.com/youknowone/SwiftUp.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "osx": "10.10"
20   },
21   "source_files": "CoreServices/SwiftCoreServices/*.swift",
22   "frameworks": [
23     "Foundation",
24     "CoreServices"
25   ],
26   "swift_versions": "5.0",
27   "swift_version": "5.0"