blob: 59c15aa4f015dabda39b583450964f0f74faf08b [file] [log] [blame]
{
"name": "Stuff",
"version": "1.0.0",
"summary": "Too small for a library, too important to just forget",
"description": "This is a collection of helpfull code that is difficult to place in a specific library.",
"homepage": "https://github.com/evermeer/Stuff",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Edwin Vermeer": "edwin@evict.nl"
},
"social_media_url": "http://twitter.com/evermeer",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/evermeer/Stuff.git",
"tag": "1.0.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"Stuff/Enum": [
],
"Stuff/Print": [
],
"Stuff/TODO": [
],
"Stuff/Codable": [
]
}
},
{
"name": "Print",
"source_files": [
"Source/*.swift",
"Source/Print/*.swift"
]
},
{
"name": "Enum",
"source_files": [
"Source/*.swift",
"Source/Enum/*.swift"
]
},
{
"name": "TODO",
"source_files": "Source/TODO/*.swift"
},
{
"name": "Codable",
"source_files": "Source/Codable/*.swift"
}
]
}