blob: 8203f2e5338fbcedacb7d399e81bfaf6b9571c19 [file] [log] [blame]
{
"name": "DJLocalization",
"version": "1.1.1",
"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": "david.jennes@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source": {
"hg": "https://bitbucket.org/djbe/djlocalization",
"revision": "1.1.1"
},
"source_files": "DJLocalization/*.{h,m}",
"dependencies": {
"JRSwizzle": [
]
}
}