[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / e / 0 / Colatris / 0.5.0 / Colatris.podspec.json
blobfa2fc75512a659151162ba6c36d9297c5179876b
2   "name": "Colatris",
3   "version": "0.5.0",
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.5.0"
17   },
18   "social_media_url": "https://twitter.com/Colatris",
19   "documentation_url": "http://colatris.github.io/akkadia/iOS/Integration_Steps.html",
20   "platforms": {
21     "ios": "6.0"
22   },
23   "requires_arc": true,
24   "source_files": "*.h",
25   "preserve_paths": [
26     "libColatris.a",
27     "colatris-build",
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\""