blob: 6e2c968574b1a26ec95dc4a333135c62f641effa [file] [log] [blame]
{
"name": "BRLocalize",
"version": "0.9.1",
"summary": "Simple localization toolkit for UIKit.",
"description": "BRLocalize provides a basic localization framework for application-wide\nlocalized strings stored in a hierarchical JSON file format.",
"homepage": "https://github.com/Blue-Rocket/BRLocalizable",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Shawn McKee": "shawn@bluerocket.us",
"Matt Magoffin": "matt@bluerocket.us"
},
"social_media_url": "http://twitter.com/bluerocketinc",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/Blue-Rocket/BRLocalizable.git",
"tag": "0.9.1"
},
"requires_arc": true,
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "BRLocalize/Code/BRLocalize.h",
"dependencies": {
"BRLocalize/Core": [
],
"BRLocalize/UI": [
]
}
},
{
"name": "Core",
"source_files": [
"BRLocalize/Code/Core.h",
"BRLocalize/Code/Core"
]
},
{
"name": "UI",
"source_files": [
"BRLocalize/Code/UI.h",
"BRLocalize/Code/UI"
],
"dependencies": {
"BRLocalize/Core": [
]
}
}
]
}