blob: fa2fc75512a659151162ba6c36d9297c5179876b [file] [log] [blame]
{
"name": "Colatris",
"version": "0.5.0",
"summary": "Effortless Localization",
"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",
"homepage": "http://www.colatris.com",
"license": {
"type": "Commercial",
"text": " All text and design is copyright © 2014 Parlance, Inc.\n\n All rights reserved.\n\n http://www.colatris.com\n"
},
"authors": {
"EmilienHuet": "emilien@colatris.com"
},
"source": {
"git": "https://github.com/colatris/colatris-pod.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/Colatris",
"documentation_url": "http://colatris.github.io/akkadia/iOS/Integration_Steps.html",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "*.h",
"preserve_paths": [
"libColatris.a",
"colatris-build",
"colatris_xcode.rb"
],
"libraries": [
"Colatris"
],
"frameworks": "UIKit",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Colatris\""
},
"prepare_command": "ruby colatris_xcode.rb \"$PWD\""
}