blob: 670015007f8fface0f1b11f0fb425a3e73045ab6 [file] [log] [blame]
{
"name": "Tasha",
"version": "0.1.0",
"summary": "Boilerplate for common case to use on iOS app.",
"description": "Boilerplate for common case to use on iOS app. Install library into project, never have to write this generic code again!",
"homepage": "https://github.com/martin3zra/tasha",
"license": "{ :type => 'MIT', :file => 'LICENSE' }",
"authors": {
"Alfredo Martinez": "martin3zra@gmail.com"
},
"social_media_url": "https://twitter.com/martin3zra",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/martin3zra/tasha.git",
"tag": "0.1.0"
},
"source_files": "Tasha/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}