[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / c / d / Sparkle / 1.22.0 / Sparkle.podspec.json
blob10781e1f5082f67665c8c7c659c6a2fb829e1066
2   "name": "Sparkle",
3   "version": "1.22.0",
4   "summary": "A software update framework for macOS",
5   "description": "Sparkle is an easy-to-use software update framework for Cocoa developers.",
6   "homepage": "http://sparkle-project.org",
7   "documentation_url": "http://sparkle-project.org/documentation/",
8   "screenshots": "http://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.7"
22   },
23   "source": {
24     "http": "https://github.com/sparkle-project/Sparkle/releases/download/1.22.0/Sparkle-1.22.0.tar.bz2"
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