blob: 616a23027fdf0d317ddc4d82381fff3d72f8e687 [file] [log] [blame]
{
"name": "GSLocalization",
"version": "0.0.4",
"summary": "GSLocalization is a in app localization",
"description": "In app localization. You can add it your app setting and use your bundle in localized string files",
"homepage": "https://github.com/gangstarmn/GSLocalization",
"license": "MIT",
"authors": {
"Gantulga": "gangstarmn@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gangstarmn/GSLocalization.git",
"tag": "0.0.4"
},
"source_files": "GSLocalization/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"ATLog": [
],
"GSLog": [
]
}
}