[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / Sparkle / 2.6.0-beta.1 / Sparkle.podspec.json
bloba65547e2eb15e4d94fb3bfa43705f2e43f695b68
2   "name": "Sparkle",
3   "version": "2.6.0-beta.1",
4   "summary": "A software update framework for macOS",
5   "description": "Sparkle is an easy-to-use software update framework for macOS.",
6   "homepage": "https://sparkle-project.org",
7   "documentation_url": "https://sparkle-project.org/documentation/",
8   "screenshots": "https://sparkle-project.org/images/screenshot-noshadow@2x.png",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Zorg": "zorgiepoo@gmail.com",
15     "Kornel LesiƄski": "pornel@pornel.net",
16     "Jake Petroules": "jake.petroules@petroules.com",
17     "C.W. Betts": "computers57@hotmail.com",
18     "Andy Matuschak": "andy@andymatuschak.org"
19   },
20   "platforms": {
21     "osx": "10.13"
22   },
23   "source": {
24     "http": "https://github.com/sparkle-project/Sparkle/releases/download/2.6.0-beta.1/Sparkle-2.6.0-beta.1.tar.xz"
25   },
26   "source_files": "Sparkle.framework/Versions/B/Headers/*.h",
27   "preserve_paths": [
28     "bin/*",
29     "Symbols"
30   ],
31   "public_header_files": "Sparkle.framework/Versions/B/Headers/*.h",
32   "vendored_frameworks": "Sparkle.framework",
33   "xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Sparkle\"",
35     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
36   },
37   "requires_arc": true