-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathKIImagePager.podspec.json
More file actions
28 lines (28 loc) · 905 Bytes
/
KIImagePager.podspec.json
File metadata and controls
28 lines (28 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "KIImagePager",
"version": "2.1.4",
"summary": "This UIView Subclass is used to present Images loaded from the Web and is inspired from foursquare's Image Slideshow.",
"homepage": "https://github.com/kimar/KIImagePager",
"screenshots": [
"https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/screen1.png",
"https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/screen2.png",
"https://raw.githubusercontent.com/kimar/KIImagePager/main/.meta/screen3.png"
],
"license": {
"type": "MIT",
"text": "LICENSE"
},
"authors": {
"Marcus Kida": "marcus.kida@bearologics.com"
},
"source": {
"git": "https://github.com/kimar/KIImagePager.git",
"tag": "2.1.4"
},
"platforms": {
"ios": "12.0"
},
"source_files": "KIImagePager/KIImagePager/*.{h,m}",
"resources": "KIImagePager/KIImagePager/*.png",
"requires_arc": true
}