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