[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 1 / 9 / SwiftySweetness / 1.2.1 / SwiftySweetness.podspec.json
bloba7db29b11203fa423b187466b2c07162f4fd31db
2   "name": "SwiftySweetness",
3   "version": "1.2.1",
4   "summary": "Basic extensions to make Swift a little sweeter.",
5   "description": "SwiftySweetness adds extensions to Swift to improve functionality and make tasks simpler.",
6   "homepage": "https://github.com/cszatma/SwiftySweetness",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christopher Szatmary": "cs@christopherszatmary.com"
13   },
14   "source": {
15     "git": "https://github.com/cszatma/SwiftySweetness.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": "Sources/**/*.{swift}",
25   "frameworks": "Foundation",
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "osx": {
30     "frameworks": "AppKit"
31   },
32   "pushed_with_swift_version": "4.0"