blob: 2aeaef652261cd8675367297b8171f200ea077dc [file] [log] [blame]
{
"name": "Sugar",
"summary": "Something sweet that goes great with your Cocoa",
"version": "5.0.1",
"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.1"
},
"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"
}