[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / c / 5 / Jargon / 0.9.9 / Jargon.podspec.json
blob6ee7ded0195d4a19208d24af2affe7f96b05158f
2   "name": "Jargon",
3   "version": "0.9.9",
4   "summary": "Effortless Localization",
5   "description": "                        The framework is designed to require minimal changes to your app's code, and yet cover nearly app of the app's text. Strings declared in code, using NSLocalizedString, as well as strings types into Interface Builder are both supported.\n",
6   "homepage": "http://www.usejargon.com",
7   "license": {
8     "type": "Commercial",
9     "text": "              All text and design is copyright © 2014 Parlance, Inc.\n\n              All rights reserved.\n\n              http://www.usejargon.com\n"
10   },
11   "authors": {
12     "EmilienHuet": "emilien@usejargon.com"
13   },
14   "source": {
15     "git": "https://github.com/colatris/jargon-pod.git",
16     "tag": "0.9.9"
17   },
18   "social_media_url": "https://twitter.com/Jargon",
19   "documentation_url": "https://dashboard.usejargon.com/#/jargon/docs/02_iOS/01_Quickstart",
20   "platforms": {
21     "ios": "6.0"
22   },
23   "requires_arc": true,
24   "source_files": "*.h",
25   "preserve_paths": [
26     "libJargon.a",
27     "jargon",
28     "jargon_xcode.rb"
29   ],
30   "libraries": [
31     "Jargon"
32   ],
33   "frameworks": "UIKit",
34   "xcconfig": {
35     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Jargon\""
36   },
37   "prepare_command": "ruby jargon_xcode.rb \"$PWD\""