blob: 74df65c59eaf2b14d79c76eeebb77f45e17cb8fa [file] [log] [blame]
{
"name": "SSI18N",
"version": "0.1.2",
"summary": "Set you free from typing NSLocalizedString(key, comment) in Every UILabel",
"description": " #SSI18N \n\n using Aspects to replace text value with localized one.\n\n Even you can download you own i18n file from Internet.\n",
"homepage": "https://github.com/CodeEagle/SSI18N",
"license": "MIT",
"authors": {
"CodeEagle": "stasura@hotmail.com"
},
"source": {
"git": "https://github.com/CodeEagle/SSI18N.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/_SelfStudio",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Source/*",
"dependencies": {
"Aspects": [
]
}
}