blob: 303ac9a5a924483c95bab5bb4f8bde0f08190e19 [file] [log] [blame]
{
"name": "Gotanda",
"version": "0.0.3",
"summary": "A lightweight bitmap manipulation library for Cocoa.",
"description": "A lightweight bitmap manipulation library for Swift.",
"homepage": "https://github.com/yokoe/Gotanda",
"license": "MIT",
"authors": {
"Sota Yokoe": "info@kreuz45.com"
},
"source": {
"git": "https://github.com/yokoe/Gotanda.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/croquette0212",
"platforms": {
"osx": "10.9"
},
"source_files": "Gotanda/Classes/*.swift",
"frameworks": "Cocoa",
"xcconfig": {
"SWIFT_VERSION": "3"
}
}