[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 4 / 8 / HDCustomView / 1.0.0 / HDCustomView.podspec.json
blob88b1869b69079896f08f86b7dc174becf0c60eaf
2   "name": "HDCustomView",
3   "version": "1.0.0",
4   "summary": "自定义view",
5   "description": "自己用的自定义view集合",
6   "homepage": "https://github.com/zgsh0916/HDCustomView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangmeng": "wangmeng@hundunyun.com.cn"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/zgsh0916/HDCustomView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": true,
23   "public_header_files": "*.h",
24   "dependencies": {
25     "Masonry": [
27     ]
28   },
29   "pod_target_xcconfig": {
30     "VALID_ARCHS": "x86_64 armv7 arm64"
31   }