blob: 81eeb0391792ef5677e7c20e6b0654bafc254a75 [file] [log] [blame]
{
"name": "LocalizationSystem",
"version": "0.1.0",
"summary": "Change the language of iOS apps on the fly.",
"homepage": "https://github.com/rudensm/LocalizationSystem",
"license": "MIT",
"authors": {
"Martins Rudens": "martins.rudens@gmail.com"
},
"source": {
"git": "https://github.com/rudensm/LocalizationSystem.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h"
}