Latest | 1.2.2 |
---|---|
Homepage | https://bitbucket.org/djbe/djlocalization |
License | MIT |
Platforms | ios 6.0, requires ARC |
Frameworks | Foundation, UIKit |
Authors |
Latest podspec
{ "name": "DJLocalization", "version": "1.2.2", "summary": "Localization system for iOS", "description": "This framework should be used for apps that need to be able to switch the active language at runtime.", "homepage": "https://bitbucket.org/djbe/djlocalization", "license": "MIT", "authors": { "David Jennes": "[email protected]" }, "platforms": { "ios": "6.0" }, "requires_arc": true, "frameworks": [ "Foundation", "UIKit" ], "source": { "hg": "https://bitbucket.org/djbe/djlocalization", "revision": "1.2.2" }, "default_subspecs": "Core", "subspecs": [ { "name": "Core", "source_files": "DJLocalization/*.{h,m}", "private_header_files": "DJLocalization/*+Private.h" }, { "name": "Swift", "platforms": { "ios": "8.0" }, "source_files": "DJLocalization/DJLocalization.swift", "dependencies": { "DJLocalization/Core": [] } } ] }
Wed, 28 Sep 2016 09:05:08 +0000