[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 7 / SebasSwift / 2.0.2 / SebasSwift.podspec.json
bloba4c2728d4905ccd7fd39fa6da0cd9290e3a3b998
2   "name": "SebasSwift",
3   "version": "2.0.2",
4   "summary": "Utility extensions written in Swift.",
5   "description": "SebasSwift is utility extensions for iOS and macOS X written in Swift.",
6   "homepage": "https://github.com/HituziANDO/SebasSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Hituzi Ando",
12   "source": {
13     "git": "https://github.com/HituziANDO/SebasSwift.git",
14     "tag": "2.0.2"
15   },
16   "requires_arc": true,
17   "swift_version": "4.2",
18   "platforms": {
19     "ios": "9.3",
20     "osx": "10.10"
21   },
22   "source_files": "SebasSwift/Common/*.{swift,h}",
23   "ios": {
24     "source_files": "SebasSwift/UIKit/*.swift",
25     "frameworks": "UIKit"
26   },
27   "osx": {
28     "source_files": "SebasSwift/AppKit/*.swift",
29     "frameworks": "AppKit"
30   },
31   "frameworks": [
32     "Foundation",
33     "CoreGraphics"
34   ]