[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / d / Sparkle / 2.5.2 / Sparkle.podspec.json
blob22ca3b2a4bbfc729d97413a0e945cf3e0f158d55
2   "name": "Sparkle",
3   "version": "2.5.2",
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.5.2/Sparkle-2.5.2.tar.xz"
25   },
26   "source_files": "Sparkle.framework/Versions/B/Headers/*.h",
27   "preserve_paths": [
28     "bin/*",
29     "Entitlements",
30     "Symbols"
31   ],
32   "public_header_files": "Sparkle.framework/Versions/B/Headers/*.h",
33   "vendored_frameworks": "Sparkle.framework",
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Sparkle\"",
36     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
37   },
38   "requires_arc": true