forked from kimar/KIImagePager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKIImagePager.podspec.json
More file actions
32 lines (32 loc) · 854 Bytes
/
KIImagePager.podspec.json
File metadata and controls
32 lines (32 loc) · 854 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
29
30
31
32
{
"name": "KIImagePager",
"version": "2.1.0",
"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": [
"http://kimar.github.io/screenshots/kiimagepager/1ios7.png",
"http://kimar.github.io/screenshots/kiimagepager/2ios7.png"
],
"dependencies": {
"SDWebImage": [
"~> 3.7.2"
]
},
"license": {
"type": "MIT",
"text": "LICENSE"
},
"authors": {
"Marcus Kida": "marcus@kida.io"
},
"source": {
"git": "https://github.com/kimar/KIImagePager.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "KIImagePager/KIImagePager/*.{h,m}",
"resources": "KIImagePager/KIImagePager/*.png",
"requires_arc": true
}