blob: 1ffa37385c790f7712935275b15348161e3a6998 [file] [log] [blame]
{
"name": "Salsa",
"version": "0.6.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",
"authors": {
"Yelp iOS Team": "iphone@yelp.com"
},
"source": {
"git": "https://github.com/Yelp/salsa.git",
"tag": "v0.6.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"
}