blob: b5d5c8db0dfbb40ab268f995fffed2a5ae74f0eb [file] [log] [blame]
{
"name": "Sparkle",
"version": "1.7.1",
"summary": "A software update framework for OS X",
"description": "Sparkle is an easy-to-use software update framework for Cocoa developers.",
"homepage": "https://github.com/sparkle-project/Sparkle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andy Matuschak": "andy@andymatuschak.org",
"Kornel": "pornel@pornel.net"
},
"platforms": {
"osx": null
},
"source": {
"http": "https://github.com/sparkle-project/Sparkle/releases/download/1.7.1/Sparkle-1.7.1.zip"
},
"public_header_files": "Sparkle.framework/Headers/*.h",
"vendored_frameworks": "Sparkle.framework",
"resources": "Sparkle.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Sparkle\""
},
"requires_arc": false
}