blob: a49c7f12f8fb149a071486308cdafa61cc88c040 [file] [log] [blame]
{
"name": "Swifternalization",
"version": "1.1",
"summary": "Library that helps in localizing apps. It is written in Swift.",
"homepage": "https://github.com/tomkowz/Swifternalization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomasz Szulc": "szulctomasz@me.com"
},
"social_media_url": "http://twitter.com/tomkowz",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tomkowz/Swifternalization.git",
"tag": "v1.1"
},
"documentation_url": "http://szulctomasz.com/docs/swifternalization/public/",
"source_files": [
"Classes",
"Swifternalization/**/*.{swift,h}"
],
"requires_arc": true
}