blob: 3fe89e89c4c560bf2e067497384d0643817634b2 [file] [log] [blame]
{
"name": "ChiriUtils",
"version": "0.0.1",
"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.2",
"source": {
"git": "https://github.com/mchirino89/ChiriUtils.git",
"tag": "0.0.1"
},
"source_files": "Library/ChiriUtils/**/*.{swift}",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "UIKit"
}