| { |
| "name": "Convenience", |
| "version": "0.2.3", |
| "summary": "The most swift framework for your apps.", |
| "description": "A bunch of usefull extensions and classes for every-app use.\n- Thread safe storage managers and providers for keychain, userdefaults, temporary and persistent cache.\n- Flexible and customizable validators + string regex-based validator.\n- Regex templates.\n- Collection subscripts.\n- Beautiful extensions.", |
| "homepage": "https://github.com/mx-cat/Convenience", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Maxim Krouk": "id.maximkrouk@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/mx-cat/Convenience.git", |
| "tag": "0.2.3" |
| }, |
| "social_media_url": "https://twitter.com/mxcat_", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": "5.1", |
| "source_files": "Sources/**/**/**/*", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "Security" |
| ], |
| "swift_version": "5.1" |
| } |