[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 7 / c / a / YTGifImageView / 1.0.0 / YTGifImageView.podspec.json
blobbe84dc050486764c65a31ede8afcccb1625bddd8
2   "name": "YTGifImageView",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "1.0.0",
7   "license": "MIT",
8   "summary": "custom view used to display gif",
9   "homepage": "https://github.com/songyutao/YTGifImageView.git",
10   "authors": {
11     "宋玉涛": "iamsongyutao@163.com"
12   },
13   "source": {
14     "git": "https://github.com/songyutao/YTGifImageView.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "YTGifImageView",
21       "source_files": "YTGifImageView/YTGifImageView",
22       "frameworks": [
23         "UIKit",
24         "ImageIO"
25       ],
26       "dependencies": {
27         "YTTool": [
29         ]
30       }
31     }
32   ]