blob: a93bdce931ac6bf56519e3dac0b7545dca2dd853 [file] [log] [blame]
{
"name": "Babel",
"version": "0.4.0",
"summary": "JSON! *Pure Swift*, failure driven, inferred *but unambiguous*, with powerful *but optional* operators.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"homepage": "https://github.com/mhuusko5/Babel",
"social_media_url": "https://twitter.com/mhuusko5",
"source": {
"git": "https://github.com/mhuusko5/Babel.git",
"tag": "0.4.0"
},
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": [
"Core",
"Decodable",
"Operators",
"Foundation"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Value.swift",
"Sources/Decoding.swift",
"Sources/JSON.swift"
]
},
{
"name": "Decodable",
"dependencies": {
"Babel/Core": [
]
},
"source_files": "Sources/Decodable.swift"
},
{
"name": "Operators",
"dependencies": {
"Babel/Decodable": [
]
},
"source_files": "Sources/Operators.swift"
},
{
"name": "Foundation",
"dependencies": {
"Babel/Decodable": [
]
},
"frameworks": "Foundation",
"source_files": "Sources/Foundation.swift"
},
{
"name": "Helpers",
"source_files": "Sources/Helpers.swift"
}
]
}