[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / a / Parlance / 1.0 / Parlance.podspec.json
blobb2274f51afaa51757a3f84ac8751cc4797907b70
2   "name": "Parlance",
3   "version": "1.0",
4   "summary": "Convenient, scalable, type-safe localization for Swift iOS projects.",
5   "description": "Parlance provides a convenient and type-safe way to localize and pluralize a project. Use enums instead of the standard hard coded strings. Ability to break up localization into separate modules for cleanliness.",
6   "homepage": "https://github.com/Rivukis/Parlance",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brian Radebaugh": "Rivukis@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Rivukis/Parlance.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Parlance/Source/*",
22   "pushed_with_swift_version": "3.0"