[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / b / HDIconFont / 0.0.1 / HDIconFont.podspec.json
blobcb49f93bd3759529c37078ac715a4d6397cc6760
2   "name": "HDIconFont",
3   "version": "0.0.1",
4   "summary": "A simple library for iconfont to create a image!",
5   "description": "```objectivec\n#import \"HDIconFont.h\"\n```\n\n```objectivec\n//HDIconFont Register\n    [[HDIconFont instance] initWithConfig:@{\n                                            @(HDFontPath):@\"iconfont.ttf\",\n                                            @(HDFontName):@\"iconfont\",\n                                            @(HDFontString):\n                                                @{\n                                                    @\"tab_home_icon\":@\"U0000e603\"\n                                                    }\n                                            }];\n```\n\n```objectivec\nHDIconImageMake(@\"tab_home_icon\",[UIColor orangeColor],25);\n```",
6   "homepage": "https://github.com/hundredlee/HDIconFont",
7   "license": "MIT",
8   "authors": {
9     "hundredlee": "hundred9411@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/hundredlee/HDIconFont.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "HDIconFont",
20     "HDIconFontDemo/HDIconFont.{h,m}"
21   ]