blob: da99192bb156c28bf6e3b8a8fc99cbc401420b43 [file] [log] [blame]
{
"name": "Localize",
"version": "2.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/*.swift",
"testspecs": [
{
"name": "Localize",
"test_type": "unit",
"source_files": "Tests/*.swift",
"resources": "Tests/*.{json,lproj}"
}
]
}