blob: b4a647fcd384261ad8f1926d420ef4d00b1300f9 [file] [log] [blame]
{
"name": "UberSignature",
"version": "1.0.3",
"license": {
"type": "BSD"
},
"homepage": "https://github.com/uber/UberSignature",
"authors": "Uber",
"summary": "Draw signatures in Swift and Objective-C.",
"source": {
"git": "https://github.com/uber/UberSignature.git",
"tag": "1.0.3"
},
"default_subspecs": "Swift",
"frameworks": [
"CoreGraphics",
"Foundation",
"UIKit"
],
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"subspecs": [
{
"name": "ObjC",
"private_header_files": "Sources/ObjC/Internal/*.h",
"source_files": [
"Sources/ObjC/**/*.{h,m}",
"Sources/ObjC/Internal/*.h"
]
},
{
"name": "Swift",
"source_files": "Sources/Swift/**/*.swift"
}
]
}