[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / d / Sparkle / 1.27.1-rc.1 / Sparkle.podspec.json
blobbf251a4519dd9331488e77c510f2410cfa39ee61
2   "name": "Sparkle",
3   "version": "1.27.1-rc.1",
4   "summary": "A software update framework for macOS",
5   "description": "Sparkle is an easy-to-use software update framework for Cocoa developers.",
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     "Mayur Pawashe": "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.9"
22   },
23   "source": {
24     "http": "https://github.com/sparkle-project/Sparkle/releases/download/1.27.1-rc.1/Sparkle-1.27.1-rc.1.tar.xz"
25   },
26   "source_files": "Sparkle.framework/Versions/A/Headers/*.h",
27   "preserve_paths": "bin/*",
28   "public_header_files": "Sparkle.framework/Versions/A/Headers/*.h",
29   "vendored_frameworks": "Sparkle.framework",
30   "xcconfig": {
31     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Sparkle\"",
32     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
33   },
34   "requires_arc": true