blob: f3f0a4b554da281941eecedaddbca6f10f887295 [file] [log] [blame]
{
"name": "Reinforcements",
"version": "0.1.0",
"summary": "A collection of Swift tools to support your development process.",
"swift_version": "4.2",
"description": "Reinforcements is a collection of Swift tools with the objective of supporting you in your development process. It contains time-saving extensions, methods, classes, helpers and a lot of other stuff for iOS to make your progress comfortable and your code elegant and readable.",
"homepage": "https://github.com/epitonium/Reinforcements",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Epitonium": "epitonium@gmail.com"
},
"source": {
"git": "https://github.com/epitonium/Reinforcements.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Reinforcements/Classes/**/*.swift",
"frameworks": "UIKit"
}