[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / 9 / 4 / 7 / SebasSwift / 2.1.0 / SebasSwift.podspec.json
blob616df2c89372712977d304d5bca01cb7bb074079
2   "name": "SebasSwift",
3   "version": "2.1.0",
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.1.0"
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   ]