[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 4 / 8 / SFScrollLabel / 0.0.1 / SFScrollLabel.podspec.json
blob3b243ab91699783ad67ee00e3061e8a70a7a7f20
2   "name": "SFScrollLabel",
3   "version": "0.0.1",
4   "summary": "UILabel跑马灯效果.",
5   "description": "UILabel跑马灯效果,支持左右两个方向的滚动.",
6   "homepage": "https://github.com/shefeng/SFScrollLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shefeng": "shefeng@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/shefeng/SFScrollLabel.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SFScrollLabel/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
25     ]
26   }