blob: b39b7a77092f0953f042d47d6c030cc6e8ae2c58 [file] [log] [blame]
{
"name": "AmadaCocoa",
"version": "0.1.0",
"summary": "Contains Model, View, Controllers and Helpers to be utitlized by all amada components",
"description": "MVC Compoonents and Helper objects that will be used in all Amada iOS projects. That is pretty much it.",
"homepage": "https://github.com/hprietoamada/AmadaCocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hprietoamada": "HPrieto@amada.com"
},
"source": {
"git": "https://github.com/hprietoamada/AmadaCocoa.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.3"
},
"source_files": "AmadaCocoa/Classes/**/*",
"swift_version": "5.0"
}