[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / f / 8 / Pika / 0.1.8 / Pika.podspec.json
blob66fdbc6dbb4c47372a5cabcd0f57c413fc6543c5
2   "name": "Pika",
3   "version": "0.1.8",
4   "summary": "A lightweight and pure Swift implemented library for pull to refresh and load more in SwiftUI.",
5   "description": "A lightweight and pure Swift implemented library for pull to refresh and load more in SwiftUI, support cancel action.",
6   "homepage": "https://github.com/foxsin10/Refresh.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "foxsin10": "yzjcnn@gmail.com"
13   },
14   "social_media_url": "https://github.com/foxsin10",
15   "swift_versions": [
16     "5.0"
17   ],
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source": {
22     "git": "https://github.com/foxsin10/Refresh.git",
23     "tag": "0.1.8"
24   },
25   "source_files": [
26     "Sources/**/*.swift"
27   ],
28   "requires_arc": true,
29   "weak_frameworks": "SwiftUI",
30   "swift_version": "5.0"