[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / c / 4 / 5 / BRLocalize / 0.11.0 / BRLocalize.podspec.json
blobac167cc2851bec766c6734d4883f3d5a60fd6b77
2   "name": "BRLocalize",
3   "version": "0.11.0",
4   "summary": "Simple localization toolkit for UIKit.",
5   "description": "BRLocalize provides a basic localization framework for application-wide\nlocalized strings stored in a hierarchical JSON file format.",
6   "homepage": "https://github.com/Blue-Rocket/BRLocalizable",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shawn McKee": "shawn@bluerocket.us",
13     "Matt Magoffin": "matt@bluerocket.us"
14   },
15   "social_media_url": "http://twitter.com/bluerocketinc",
16   "platforms": {
17     "ios": "7.1"
18   },
19   "source": {
20     "git": "https://github.com/Blue-Rocket/BRLocalizable.git",
21     "tag": "0.11.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": "All",
25   "subspecs": [
26     {
27       "name": "All",
28       "source_files": "BRLocalize/Code/BRLocalize.h",
29       "dependencies": {
30         "BRLocalize/Core": [
32         ],
33         "BRLocalize/UI": [
35         ]
36       }
37     },
38     {
39       "name": "Core",
40       "source_files": [
41         "BRLocalize/Code/Core.h",
42         "BRLocalize/Code/Core"
43       ]
44     },
45     {
46       "name": "UI",
47       "source_files": [
48         "BRLocalize/Code/UI.h",
49         "BRLocalize/Code/UI"
50       ],
51       "dependencies": {
52         "BRLocalize/Core": [
54         ]
55       }
56     }
57   ]