blob: 97a6f1432acd768687e31c85ae5436ffde1c4532 [file] [log] [blame]
{
"name": "Sparkle-A8C",
"version": "2.0.0",
"summary": "A software update framework for macOS",
"description": "Sparkle is an easy-to-use software update framework for Cocoa developers.",
"homepage": "http://sparkle-project.org",
"documentation_url": "http://sparkle-project.org/documentation/",
"screenshots": "http://sparkle-project.org/images/screenshot-noshadow@2x.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mayur Pawashe": "zorgiepoo@gmail.com",
"Kornel LesiƄski": "pornel@pornel.net",
"Jake Petroules": "jake.petroules@petroules.com",
"C.W. Betts": "computers57@hotmail.com",
"Andy Matuschak": "andy@andymatuschak.org"
},
"platforms": {
"osx": "10.7"
},
"source": {
"http": "https://github.com/jleandroperez/Sparkle/releases/download/2.0.0/Sparkle-2.0.0.tar.bz2"
},
"source_files": "Sparkle.framework/Versions/A/Headers/*.h",
"preserve_paths": "bin/*",
"public_header_files": "Sparkle.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "Sparkle.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Sparkle\"",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
},
"requires_arc": true
}