blob: d71971a058f9aede49e05df24b69fdc0a793a796 [file] [log] [blame]
{
"name": "Sugar",
"summary": "Something sweet that goes great with your Cocoa",
"version": "3.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": "3.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Source/{iOS,iOS-Exclusive,Shared}/**/*"
},
"osx": {
"source_files": "Source/{Mac,Shared}/**/*"
},
"tvos": {
"source_files": "Source/{iOS,Shared}/**/*"
},
"frameworks": "Foundation",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}