blob: ef4c81cf58b27b5215f4dc87a4c9609247f7e7f6 [file] [log] [blame]
{
"name": "UtiliKit",
"version": "1.0.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.0.0"
},
"source_files": "UtiliKit/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"UtiliKit/Instantiation": [
],
"UtiliKit/General": [
]
}
},
{
"name": "Instantiation",
"source_files": "UtiliKit/Classes/Instantiation/*.swift"
},
{
"name": "TimelessDate",
"source_files": "UtiliKit/Classes/TimelessDate/*.swift"
},
{
"name": "General",
"source_files": "UtiliKit/Classes/General/*.swift"
},
{
"name": "Version",
"source_files": "UtiliKit/Classes/Version/*.swift"
}
]
}