[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / 5 / SwiftySnippets / 1.0.0 / SwiftySnippets.podspec.json
blob8d73a1bb1dc13ef6851c75ca7aff7503b8038cbe
2   "name": "SwiftySnippets",
3   "version": "1.0.0",
4   "summary": "Useful snippets written in Swift.",
5   "description": "SwiftySnippets is a set of ready to use, very useful extensions written in Swift.",
6   "homepage": "https://github.com/MarekKojder/SwiftySnippets",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Marek Kojder",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/MarekKojder/SwiftySnippets.git",
17     "branch": "master",
18     "tag": "1.0.0"
19   },
20   "source_files": "Sources/**/*.{h,swift}",
21   "frameworks": "Foundation",
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "tvos": {
26     "frameworks": "UIKit"
27   },
28   "osx": {
29     "frameworks": "AppKit"
30   },
31   "requires_arc": true,
32   "swift_versions": "5.0",
33   "swift_version": "5.0"