blob: 998ae83979c1e50e48ca13e1bfc1f41d4267a569 [file] [log] [blame]
{
"name": "Swifternalization",
"version": "1.3",
"summary": "Swift Framework which helps in localizing apps.",
"homepage": "https://github.com/tomkowz/Swifternalization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomasz Szulc": "mail@szulctomasz.com"
},
"social_media_url": "http://twitter.com/tomkowz",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tomkowz/Swifternalization.git",
"tag": "v1.3"
},
"documentation_url": "http://szulctomasz.com/docs/swifternalization/public/",
"source_files": [
"Classes",
"Swifternalization/**/*.{swift,h}"
],
"requires_arc": true
}