blob: 07806c19b596b5994953d78babd3cb54cc7e5f17 [file] [log] [blame]
{
"name": "LocalizationPOC",
"version": "0.1",
"summary": "Localization proof of concept for iOS. Let's you change the language on the fly.",
"homepage": "https://github.com/jeroentrappers/LocalizationPOC",
"license": "MIT",
"authors": {
"Jeroen Trappers": "jeroen.trappers@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/rudensm/LocalizationPOC.git",
"tag": "0.1"
},
"source_files": "LocalizationPOC/LocalizationSystem.{h,m}",
"requires_arc": true
}