[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / d / InfiniteSlideShow / 0.1 / InfiniteSlideShow.podspec.json
blobfabc8d0ce543fb9403d49a8b47da7e9a32f1752c
2   "name": "InfiniteSlideShow",
3   "version": "0.1",
4   "summary": "Provides customizable infinite slideshow UIView which displays images fetched over the network.",
5   "homepage": "http://github.com/thebitmonk/InfiniteSlideShow",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Varun Jain": "varunjain003@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/thebitmonk",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/thebitmonk/InfiniteSlideShow.git",
19     "tag": "0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "resources": "Resources/*.png",
26   "requires_arc": true,
27   "dependencies": {
28     "SDWebImage": [
29       "~> 3.5.4"
30     ]
31   }