blob: dd2ee6a0a4d142b674b820804f72be526fadc010 [file] [log] [blame]
{
"name": "Genome",
"version": "3.0.2",
"license": "MIT",
"homepage": "https://github.com/LoganWright/Genome",
"authors": {
"Logan Wright": "logan.william.wright@gmail.com"
},
"summary": "A simple, type safe, failure driven mapping library for serializing data to models in Swift",
"source": {
"git": "https://github.com/LoganWright/Genome.git",
"tag": "3.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/logmaestro",
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"source_files": "Sources/Genome/**/*.{swift}",
"exclude_files": "Sources/Genome/Genome+Exports.swift",
"dependencies": {
"Genome/Core": [
],
"Genome/Foundation": [
]
}
},
{
"name": "Core",
"source_files": "Sources/Genome/Mapping/**/*.{swift}",
"dependencies": {
"Genome/Packages": [
]
}
},
{
"name": "Packages",
"source_files": "Packages/**/*.{swift}",
"exclude_files": [
"Packages/**/Node+Exports.swift",
"Packages/**/Tests/**/*.{swift}",
"Packages/**/Package.swift"
]
},
{
"name": "Foundation",
"source_files": "Sources/GenomeFoundation/**/*.{swift}",
"exclude_files": "Sources/GenomeFoundation/GenomeFoundation+Exports.swift",
"dependencies": {
"Genome/Core": [
]
}
},
{
"name": "CoreData",
"source_files": "Sources/GenomeCoreData/**/*.{swift}",
"exclude_files": "Sources/GenomeCoreData/GenomeCoreData+Exports.swift",
"dependencies": {
"Genome/Foundation": [
],
"Genome/Core": [
]
},
"frameworks": "CoreData"
}
]
}