blob: 9151af37d840004c6397583bb34d67cd8f166134 [file] [log] [blame]
{
"name": "AwesomeUtilities",
"version": "0.4.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": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Core",
"Extensions"
],
"pushed_with_swift_version": "3.2",
"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": [
]
}
}
]
}