[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 7 / b / TCRotatorImageView / 0.0.1 / TCRotatorImageView.podspec.json
blob3b2bb6ed5a3e44e4ad111c6f78c01d90769885ed
2   "name": "TCRotatorImageView",
3   "version": "0.0.1",
4   "summary": "无限循环轮播器",
5   "description": "可自定义的无限循环轮播图框架",
6   "homepage": "https://github.com/cheenbee/TCRotatorImageView",
7   "license": "MIT",
8   "authors": {
9     "cheenbee": "chenbing1992@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/cheenbee/TCRotatorImageView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "TCRotatorImageView",
20     "TCRotatorImageView/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
25       "~> 3.7"
26     ]
27   }