[Add] LiveKitWebRTC-Vama 125.6422.11-Vama
[CocoaPods.git] / Specs / 4 / 0 / 1 / BuildEnvironment / 0.1.5 / BuildEnvironment.podspec.json
blobb4556fc61cdb9c59792fa72bd9875fdf38b4a979
2   "name": "BuildEnvironment",
3   "version": "0.1.5",
4   "summary": "Bundles a couple of useful build scripts, and a way of keeping environment dependent properties",
5   "description": "                       BuildEnvironment bundles a couple of useful build scripts\n\n                       * Upload app to HockeyApp\n                       * Translate storyboard strings\n                       * Check software licenses of the used CocoaPod dependencies\n                       * Automatically increment build number\n",
6   "homepage": "https://github.com/cegeka/BuildEnvironment",
7   "license": "MIT",
8   "authors": {
9     "Jan Sabbe": "jan.sabbe@cegeka.be"
10   },
11   "source": {
12     "git": "https://github.com/cegeka/BuildEnvironment.git",
13     "tag": "0.1.5"
14   },
15   "social_media_url": "https://twitter.com/jansabbe",
16   "requires_arc": true,
17   "source_files": "Classes",
18   "preserve_paths": "*.sh",
19   "xcconfig": {
20     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HOCKEYAPP_APP_ID=\"@\\\"$(HOCKEYAPP_APP_ID)\\\"\" BUILD_ENVIRONMENT=\"@\\\"$(CONFIGURATION)\\\"\""
21   }