blob: 6853c1a434d7e4a33bf924b17062e65b9ca2747c [file] [log] [blame]
{
"name": "SYLanguage",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"version": "1.0.0",
"license": "Custom",
"summary": "Switch interface language at runtime",
"homepage": "https://github.com/dvkch/SYLanguage",
"authors": {
"Stan Chevallier": "contact@stanislaschevallier.fr"
},
"source": {
"git": "https://github.com/dvkch/SYLanguage.git",
"tag": "1.0.0"
},
"source_files": "SYLanguage/*.{h,m,c}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}