blob: 2d31b8d38fa5876bba552f6dd6c9dc82040fc6e6 [file] [log] [blame]
{
"name": "ResxSwift",
"version": "0.1.0",
"summary": "ResxSwift makes it easy for you to use resx language resources to use for\n localization in your applications.",
"description": "ResxSwift makes it easy for you to use resx language resources to use for\nlocalization in your applications. Support for multiple resx namespaces and\nlanguage. Also ability to set default fallback language and resx namespace.",
"homepage": "https://github.com/amnell/ResxSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amnell": "mathias@apping.se"
},
"source": {
"git": "https://github.com/amnell/ResxSwift.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/amnell",
"platforms": {
"ios": "9.0"
},
"source_files": "ResxSwift/Classes/**/*",
"dependencies": {
"SWXMLHash": [
"~> 4.2.1"
]
},
"pushed_with_swift_version": "3.2"
}