[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 2 / a / d / DSActivityIndicatorSDWebImage / 1.0 / DSActivityIndicatorSDWebImage.podspec.json
blob8492bbdf18a6f509c6c40e5feb482229320e4045
2   "name": "DSActivityIndicatorSDWebImage",
3   "version": "1.0",
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/diejmon/UIActivityIndicator-for-SDWebImage",
7   "license": {
8     "type": "MIT License",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Belyavskiy Alexander": "diejmon@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/diejmon/UIActivityIndicator-for-SDWebImage.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
26     ]
27   }