blob: c4af013fe6cde6e1c212756430fef70eff9b8b1a [file] [log] [blame]
{
"name": "PolyglotLocalization",
"version": "0.8.0",
"license": "MIT",
"summary": "Localize straight from the Storyboard/XIB",
"homepage": "https://github.com/negusoft/polyglot",
"social_media_url": "http://twitter.com/negusoft",
"authors": {
"Borja Lopez Urkidi": "blurkidi@negusoft.com"
},
"source": {
"git": "https://github.com/negusoft/polyglot.git",
"tag": "0.8.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Polyglot/Source/Polyglot.swift",
"ios": {
"source_files": "Polyglot/Source/UI*.swift"
},
"osx": {
"source_files": "Polyglot/Source/NS*.swift"
},
"requires_arc": true
}