[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 4 / 1 / HLLFont / 0.1 / HLLFont.podspec.json
blob86dbbd5ef270d3c5ddfc66f3d17f60f53393a039
2   "name": "HLLFont",
3   "version": "0.1",
4   "summary": "Set UIFont style(Bold,Italic,Light,Oblique and combo).",
5   "description": "                   HLLFont allows you to easily change font style.\n\n                   * HLLFont extends UIFont using category.\n                   * Use 1 method: + (UIFont*)fontWithFont:(UIFont*)font style:(NSString*)style.\n                   * Use combo style, like (BoldOblique)\n                   * If not find font, return nil.\n",
6   "homepage": "www.couldhll.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "could_hll": "could_hll@hotmail.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/couldhll/HLLFont.git",
19     "tag": "0.1"
20   },
21   "source_files": "HLLFont/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true