blob: 254a1884e1980134eec143d17d43a03e4e0ca006 [file] [log] [blame]
{
"name": "AwesomeUtilities",
"version": "1.0.0",
"summary": "Swift Common Utilities",
"description": "Swift Common Utilities.",
"homepage": "https://github.com/lucianopolit/Utilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luciano Polit": "lucianopolit@gmail.com"
},
"source": {
"git": "https://github.com/lucianopolit/Utilities.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"default_subspecs": [
"Core",
"Extensions"
],
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/*.swift"
},
{
"name": "Extensions",
"source_files": "Source/Extensions/*.swift",
"dependencies": {
"AwesomeUtilities/Core": [
]
}
},
{
"name": "Tests",
"source_files": "Source/Tests/*.swift",
"dependencies": {
"AwesomeUtilities/Core": [
]
}
}
]
}