blob: 5a5bb1067ebb9312b9b5a458871f1de5433d26da [file] [log] [blame]
{
"name": "Swifternalization",
"version": "1.0.2",
"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.0.2"
},
"source_files": [
"Classes",
"Swifternalization/**/*.{swift,h}"
],
"requires_arc": true
}