[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / f / 5 / 3 / DJLocalization / 1.2.1 / DJLocalization.podspec.json
blobf105ce85c604be39a083cbf0bb5700262d511818
2   "name": "DJLocalization",
3   "version": "1.2.1",
4   "summary": "Localization system for iOS",
5   "description": "This framework should be used for apps that need to be able to switch the active language at runtime.",
6   "homepage": "https://bitbucket.org/djbe/djlocalization",
7   "license": "MIT",
8   "authors": {
9     "David Jennes": "david.jennes@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "requires_arc": true,
15   "frameworks": [
16     "Foundation",
17     "UIKit"
18   ],
19   "source": {
20     "hg": "https://bitbucket.org/djbe/djlocalization",
21     "revision": "1.2.1"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "DJLocalization/*.{h,m}",
28       "private_header_files": "DJLocalization/*+Private.h"
29     },
30     {
31       "name": "Swift",
32       "platforms": {
33         "ios": "8.0"
34       },
35       "source_files": "DJLocalization/DJLocalization.swift",
36       "dependencies": {
37         "DJLocalization/Core": [
39         ]
40       }
41     }
42   ]