| { |
| "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" |
| } |