[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 2 / 9 / 8 / YHPlaceHolderView / 1.0.0 / YHPlaceHolderView.podspec.json
blobaa005bff345a34d965066193cb31ce456b1fff35
2   "name": "YHPlaceHolderView",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "一句话给tableview,collectionView添加占位图",
6   "homepage": "https://github.com/yhangeline/PlaceHolderView",
7   "authors": {
8     "yhangeline": "331385243@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/yhangeline/PlaceHolderView.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "PlaceHolderView/PlaceHolderView/*{h,m}",
18   "resources": "PlaceHolderView/PlaceHolderView/*.png",
19   "requires_arc": true,
20   "xcconfig": {
21     "CLANG_MODULES_AUTOLINK": "YES"
22   }