blob: baf6a9c33ec28a9501184533b1294ce117db1fd1 [file] [log] [blame]
{
"name": "Verbena",
"version": "3.0.0",
"summary": "Get UIImage/NSimage instances from Core Graphics drawing code, views, etc.",
"homepage": "https://github.com/kaishin/Verbena",
"social_media_url": "http://twitter.com/kaishin",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Reda Lemeden": "git@kaishin.haz.email"
},
"source": {
"git": "https://github.com/kaishin/Verbena.git",
"tag": "v3.0.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"ios": {
"source_files": "Verbena/**/*.{h,swift}"
},
"osx": {
"source_files": "VerbenaMac/**/*.{h,swift}"
},
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}