blob: 2cd17a78a7dd81061b26f5ebdf56097766a4e64d [file] [log] [blame]
{
"name": "Stuff",
"version": "0.1.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": "0.1.0"
},
"default_subspecs": "All",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "All",
"dependencies": {
"Stuff/Enum": [
],
"Stuff/Print": [
]
}
},
{
"name": "Print",
"source_files": [
"Source/*.swift",
"Source/Print/*.swift"
]
},
{
"name": "Enum",
"source_files": [
"Source/*.swift",
"Source/Enum/*.swift"
]
}
]
}