blob: 4852142b04eb623e4c337548edd2bb7b4b664b7e [file] [log] [blame]
{
"name": "TCLocalizer",
"version": "1.0.2",
"license": "Apache 2.0",
"summary": "Easy runtime localisation so you do not have to maintain multiple XIBs.",
"homepage": "https://github.com/tcurdt/TCLocalizer",
"authors": {
"Torsten Curdt": "tcurdt@vafer.org"
},
"source": {
"git": "https://github.com/tcurdt/TCLocalizer.git",
"tag": "1.0.2"
},
"requires_arc": false,
"osx": {
"source_files": "Sources/OSX/*.{h,m}"
},
"platforms": {
"osx": "10.7",
"ios": "6.0"
},
"ios": {
"source_files": "Sources/iOS/*.{h,m}"
}
}