blob: 630c7abfce68dc57bdcce27e7856ac5a42f37265 [file] [log] [blame]
{
"name": "Localize",
"version": "2.3.0",
"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": "me@andresilvagomez.com"
},
"source": {
"git": "https://github.com/andresilvagomez/Localize.git",
"tag": "2.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/*.swift",
"testspecs": [
{
"name": "Localize",
"test_type": "unit",
"source_files": "Tests/*.swift",
"resources": "Tests/*.{json,lproj,strings}"
}
]
}