[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / f / 8 / b / HHUIImageNamed / 0.2.0 / HHUIImageNamed.podspec.json
blob88e5abc4c33099384c1035cb0f5ddda0e19738cd
2   "name": "HHUIImageNamed",
3   "version": "0.2.0",
4   "summary": "UIImage with name by `imageNamed`",
5   "description": "UIImage with file name by `+[UIImage imageNamed]` and `-[UIImage imageWithContentsOfFile]`\n",
6   "homepage": "https://github.com/hyukhur/HHUIImageNamed",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hyuk Hur": "hyukhur@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/HyukHur",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/hyukhur/HHUIImageNamed.git",
20     "tag": "0.2.0"
21   },
22   "source_files": "Classes/**/*.{h,m}",
23   "public_header_files": "Classes/**/*.h",
24   "requires_arc": true