blob: 554fbdf05a9c034fd5e720ca9a1bc5f640277cd9 [file] [log] [blame]
{
"name": "UtiliKit",
"version": "1.2.0",
"summary": "All the things you are tired of writing.",
"description": "This framework is a collection of subspecs designed to be used to facilitate simpler, cleaner code. These classes and extensions are common cases.",
"homepage": "https://github.com/BottleRocketStudios/iOS-UtiliKit",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Bottle Rocket Studios": "wilson.turner@bottlerocketstudios.com"
},
"source": {
"git": "https://github.com/bottlerocketstudios/iOS-UtiliKit.git",
"tag": "1.2.0"
},
"source_files": "Sources/UtiliKit/**/*",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"UtiliKit/Instantiation": [
],
"UtiliKit/General": [
]
}
},
{
"name": "Instantiation",
"source_files": "Sources/UtiliKit/Instantiation/*.swift"
},
{
"name": "TimelessDate",
"source_files": "Sources/UtiliKit/TimelessDate/*.swift"
},
{
"name": "General",
"source_files": "Sources/UtiliKit/General/*.swift"
},
{
"name": "Version",
"source_files": "Sources/UtiliKit/Version/*.swift"
},
{
"name": "Container",
"source_files": "Sources/UtiliKit/Container/*.swift"
}
]
}