[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / d / f / a / HYUIKit / 0.3.0 / HYUIKit.podspec.json
blobc7bfbcbc3ef967ece5b6247fd622ff6945d514b0
2   "name": "HYUIKit",
3   "version": "0.3.0",
4   "summary": "HYUIKit is a categories set of UIView, UITableView, UICollectionView, UITextField, UITextView.",
5   "description": "HYUIKit is a categories set of UIView, UITableView, UICollectionView, UITextField, UITextView. It make UIKit more easy to use by using less code.",
6   "homepage": "https://github.com/yclzone/HYUIKit",
7   "license": "MIT",
8   "authors": {
9     "yclzone": "yclzone@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yclzone/HYUIKit.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "HYUIKit": [
22       "Pod/Assets/*.png"
23     ]
24   }