blob: 2ba6c4e26a7b626b6aef11bd1ee49dd56c98ae5f [file] [log] [blame]
{
"name": "UtiliKit",
"version": "1.3.1",
"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.3.1"
},
"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"
}
]
}