blob: 96f673fd5aafc64d3c142ff69b8841f6905b2ba3 [file] [log] [blame]
{
"name": "Oblong",
"version": "1.0.0",
"summary": "Tiny Auto Layout DSL for iOS and macOS.",
"homepage": "https://github.com/dclelland/Oblong",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/Oblong.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": [
"Sources/Oblong.swift",
"Sources/Oblong-iOS.swift"
]
},
"osx": {
"source_files": [
"Sources/Oblong.swift",
"Sources/Oblong-macOS.swift"
]
},
"pushed_with_swift_version": "4.0"
}