blob: 90ec0df5110f83b30180a6285d50e270b6fb8d74 [file] [log] [blame]
{
"name": "HotCocoa",
"version": "1.0.0",
"summary": "Sugar for Cocoa and Cocoa Touch.",
"description": "HotCocoa adds extensions to Cocoa and Cocoa Touch to improve functionality and make tasks simpler",
"homepage": "https://github.com/cszatma/HotCocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Szatmary": "cs@christopherszatmary.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cszatma/HotCocoa.git",
"tag": "1.0.0"
},
"source_files": "HotCocoa/**/*.{swift}",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
}
}