blob: 0445338259b7ca53840484777c210746326a03eb [file] [log] [blame]
{
"name": "Sugar",
"summary": "Something sweet that goes great with your Cocoa",
"version": "5.0.0",
"homepage": "https://github.com/hyperoslo/Sugar",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Sugar.git",
"tag": "5.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "10.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS,iOS-Exclusive,Shared}/**/*"
},
"osx": {
"source_files": "Sources/{macOS,Shared}/**/*"
},
"tvos": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"frameworks": "Foundation",
"swift_versions": "5.0",
"swift_version": "5.0"
}