[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / f / 8 / FPVerticalView / 1.0.1 / FPVerticalView.podspec.json
bloba02c197563c89bfcb8f0a525501ac6d4f8cb8fdc
2   "name": "FPVerticalView",
3   "version": "1.0.1",
4   "summary": "A container for the vertical layout subviews.",
5   "description": "TODO: A container for the vertical layout subviews, The vertical layout of multiple sub-views,It is not concerned with their specific location.",
6   "homepage": "https://github.com/fakepinge/FPVerticalView.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fakepinge": "fakepinge@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fakepinge/FPVerticalView.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FPVerticalView/Classes/APPObserver.{h,m}",
22   "dependencies": {
23     "Masonry": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "APPObserver"
30     }
31   ]