[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / e / 0 / Colatris / 0.9.5b / Colatris.podspec.json
blob35ab5215c6fb6d422c7939af895822f07412ce66
2   "name": "Colatris",
3   "version": "0.9.5b",
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.colatris.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.colatris.com\n"
10   },
11   "authors": {
12     "EmilienHuet": "emilien@colatris.com"
13   },
14   "source": {
15     "git": "https://github.com/colatris/colatris-pod.git",
16     "tag": "0.9.5b"
17   },
18   "social_media_url": "https://twitter.com/Colatris",
19   "documentation_url": "https://dashboard.colatris.com/#/colatris/docs",
20   "platforms": {
21     "ios": "6.0"
22   },
23   "requires_arc": true,
24   "source_files": "*.h",
25   "preserve_paths": [
26     "libColatris.a",
27     "colatris",
28     "colatris_xcode.rb"
29   ],
30   "libraries": [
31     "Colatris"
32   ],
33   "frameworks": "UIKit",
34   "xcconfig": {
35     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Colatris\""
36   },
37   "prepare_command": "ruby colatris_xcode.rb \"$PWD\""