[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / e / PanaStackView / 1.0.0 / PanaStackView.podspec.json
blobfabed145df44ba736dbe93e12927f01f2a642f3e
2   "name": "PanaStackView",
3   "version": "1.0.0",
4   "summary": "多个View的顺序排列,自动变化宽度,系统的StackView只能够在高版本IOS才能够用,所以做一个这个",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "description": "为了更方便的构建页面,StackView,为了顺序结构而存在\n有任何的BUG或者是需要增加的功能,请联系qq:429801517 微信:15828354130",
9   "homepage": "https://github.com/MageZeng/PanaStackView",
10   "license": {
11     "type": "MIT",
12     "file": "license"
13   },
14   "authors": {
15     "MageZeng": "email@address.com"
16   },
17   "source": {
18     "git": "https://github.com/MageZeng/PanaStackView.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": [
22     "PanaStackView",
23     "PanaStackView/PanaStackView/PanaStackView/*.{h,m,swift}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "pushed_with_swift_version": "3.0"