blob: d9c7c04f0621c8ea0d31d9e1899b84e84451b82f [file] [log] [blame]
{
"name": "WavatarSwift",
"version": "1.0.0",
"summary": "WavatarSwift is a swift implementation of \"Wavatar\", identical to wavatars from gravatar.com.",
"description": "WavatarSwift is a swift implementation of \"Wavatar\". They are produced localy, so you don't need any internet to make them.",
"homepage": "https://github.com/serebryakov-av/WavatarSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Serebryakov": "serebryakov.anton@gmail.com"
},
"source": {
"git": "https://github.com/serebryakov-av/WavatarSwift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WavatarSwift/Classes/**/*",
"resource_bundles": {
"WavatarSwift": [
"WavatarSwift/Assets/Parts.bundle"
]
},
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}