[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / 7 / UIActivityIndicator-for-SDWebImage / 1.1 / UIActivityIndicator-for-SDWebImage.podspec.json
blobeedca6ac11c1b63441706a99184f1c4397d6c1b5
2   "name": "UIActivityIndicator-for-SDWebImage",
3   "version": "1.1",
4   "summary": "The easiest way to add a UIActivityView to your SDWebImage view.",
5   "description": "A category that easily allows you to use a UIActivityIndicator in SDWebImage.",
6   "homepage": "https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebImage",
7   "license": {
8     "type": "MIT License",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Giacomo Saccardo": "gsaccardo@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebImage.git",
16     "tag": "1.1"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
25       "~> 3.7"
26     ]
27   }