blob: 5e28646e277f4a6470528b0de4bf9b8b78ffb66b [file] [log] [blame]
{
"name": "TAConfigurable",
"version": "1.0.0",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"homepage": "https://www.tailored-apps.com/",
"license": "MIT",
"summary": "Configurable is an option to create views with a default init closure, to minimize the code for example creating and defining an object.",
"requires_arc": true,
"source": {
"git": "https://github.com/tailoredmedia/TAConfigurable.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"authors": {
"Tailored Apps": "apple@tailored-apps.com"
},
"source_files": "TAConfigurable/**/*.swift",
"swift_version": "5.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "TAConfigurableTests/**/*.swift"
}
]
}