[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / 0 / e / 6 / MCLocalization / 1.1.6 / MCLocalization.podspec.json
blob10c5a60d3f8eab4e07e8e29ad1f3cebd00d44ec1
2   "name": "MCLocalization",
3   "version": "1.1.6",
4   "summary": "Set of tools to simplify \"on the fly\" localization in iOS apps.",
5   "description": "There is the \"standard\" way Apple of localizing iOS apps using NSLocalizedString. It's versatile enought and you should stick to it unless you have good reasons not to.\n\nI reuse the same localization files in an iOS app, on a web site and, possibly, in an app made for another platform. Advantage of JSON there is that libraries for handling JSON are available for just about any modern platform.\n\nAs a side advantage, it is much easier to create tools which do not rely on localizers being proficient with escaping C strings or use translation services not geared towards iOS app localization.",
6   "homepage": "https://github.com/Baglan/MCLocalization",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Baglan Dosmagambetov": "baglan.dos@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/baglan",
15   "platforms": {
16     "ios": null,
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/Baglan/MCLocalization.git",
21     "tag": "1.1.6"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{h,m}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "requires_arc": true