blob: 46a54ec2e25536c50b2491dad7fd3213fcb3bfd3 [file] [log] [blame]
{
"name": "SuperResolutionKit",
"version": "0.0.1",
"summary": "Super resolution implementation with Keras/CoreML",
"description": "This is a super resolution implementation with Keras/CoreML",
"homepage": "https://github.com/kenmaz/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kenmaz": "kentaro.matsumae@gmail.com"
},
"source": {
"git": "https://github.com/kenmaz/SuperResolutionKit.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/kenmaz",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source_files": [
"SuperResolutionKit/Classes/*",
"SuperResolutionKit/Classes/CoreMLHelpers/*"
],
"resource_bundles": {
"SuperResolutionKit": [
"SuperResolutionKit/Assets/*"
]
}
}