[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 0 / c / 5 / Jargon / 1.0.5 / Jargon.podspec.json
blob10c82695a282df1b8d89f2f31db276c06f8be671
2   "name": "Jargon",
3   "version": "1.0.5",
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": "1.0.5"
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\""