[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / 5 / 4 / 1 / ScrollEdgeControl / 1.0.0 / ScrollEdgeControl.podspec.json
blob3a306808867ed7d318724da89935ae086b2f2f5e
2   "name": "ScrollEdgeControl",
3   "version": "1.0.0",
4   "summary": "Yet another UIRefreshControl",
5   "description": "Yet another UIRefreshControl. It's control for edge in scroll view.",
6   "homepage": "http://github.com/eure/ScrollEdgeControl",
7   "license": "MIT",
8   "authors": {
9     "Muukii": "hiroshi.kimura@eure.jp",
10     "Matto": "takuma.matsushita@eure.jp"
11   },
12   "platforms": {
13     "ios": "12.0"
14   },
15   "source": {
16     "git": "https://github.com/eure/ScrollEdgeControl.git",
17     "tag": "1.0.0"
18   },
19   "dependencies": {
20     "Advance": [
22     ]
23   },
24   "default_subspecs": "Library",
25   "swift_versions": [
26     "5.4",
27     "5.5"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "ScrollEdgeControl/Core/**/*.swift"
33     },
34     {
35       "name": "Library",
36       "source_files": "ScrollEdgeControl/Library/**/*.swift",
37       "dependencies": {
38         "ScrollEdgeControl/Core": [
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.5"