blob: ae367b4ff919d77e0f50e803c521db89631aedb7 [file] [log] [blame]
{
"name": "Localize",
"version": "2.0.2",
"license": "MIT",
"summary": "Localize is a framework writed in swift to localize your projects easier improves i18n, including storyboards and strings.",
"homepage": "https://github.com/andresilvagomez/Localize",
"authors": {
"Andres Silva": "andresilvagomez@gmail.com"
},
"source": {
"git": "https://github.com/andresilvagomez/Localize.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/*.swift",
"testspecs": [
{
"name": "Localize",
"test_type": "unit",
"source_files": "Tests/*.swift",
"resources": "Tests/*.{json,lproj}"
}
]
}