[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 8 / b / 6 / JDUtils / 0.1.4 / JDUtils.podspec.json
blobc9288321fb0046cbf5035da91fb9d856b5a43315
2   "name": "JDUtils",
3   "version": "0.1.4",
4   "summary": "A collection of Objective-C class categories and useful methods for iOS development",
5   "description": "See https://www.omnifi.co.uk/labs/grow-your-own-cocoapo for more information and instructions.",
6   "homepage": "https://github.com/jackdewhurst/JDUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jack Dewhurst": "jack@lupd.co"
13   },
14   "source": {
15     "git": "https://github.com/jackdewhurst/JDUtils.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "JDUtils/Classes/**/*",
22   "resource_bundles": {
23     "JDAdditions": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) JD_LOGO_FONT='@\"Helvetica-Neue\"' JD_APP_BOLD_FONT='@\"Helvetica-Neue\"' JD_APP_FONT='@\"Helvetica-Neue\"' JD_APP_LIGHT_FONT='@\"Helvetica-Neue\"' JD_BLACK_COLOR='@\"#000000\"' JD_WHITE_COLOR='@\"#FFFFFF\"' JD_DARK_GREY_COLOR='@\"#333333\"' JD_GREY_COLOR='@\"#555555\"' JD_SEMI_LIGHT_GREY_COLOR='@\"#CCCCCC\"' JD_LIGHT_GREY_COLOR='@\"#DDDDDD\"' JD_REALLY_LIGHT_GREY_COLOR='@\"#E5E5E5\"' JD_NAVBAR_HEIGHT='44'"
29   }