blob: 621940e5599de70c580239813dfd3d67964a4a07 [file] [log] [blame]
{
"name": "ChiriUtils",
"version": "0.0.2",
"summary": "Most common Swift helpers/tools are summarized here",
"description": "The intent behind this library is to centralize all the common methods that\nare rutainly used in any iOS project.",
"homepage": "https://github.com/mchirino89/ChiriUtils",
"authors": {
"Mauricio Chirino": "mauricio@3codegeeks.com"
},
"social_media_url": "http://twitter.com/chirino89m",
"platforms": {
"ios": "11.0"
},
"swift_version": "4",
"source": {
"git": "https://github.com/mchirino89/ChiriUtils.git",
"tag": "0.0.2"
},
"source_files": "Library/ChiriUtils/**/*.{swift}",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "UIKit"
}