blob: 6343d8a3829e2fca2b10d57d1a7a118deef5c6ef [file] [log] [blame]
{
"name": "Salsa",
"version": "0.7.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Salsa is a tool for generating Sketch files out of iOS UI elements",
"homepage": "https://github.com/Yelp/salsa",
"authors": {
"Yelp iOS Team": "iphone@yelp.com"
},
"source": {
"git": "https://github.com/Yelp/salsa.git",
"tag": "v0.7.0"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"source_files": "Shared/*.swift",
"ios": {
"source_files": "Salsa/**/*.{m,h,swift}"
},
"swift_version": "4.0"
}