[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / e / AutoScrollLabel / 0.2.1 / AutoScrollLabel.podspec.json
blob8027d903998b3a089217c1b6569dfd4781274759
2   "name": "AutoScrollLabel",
3   "version": "0.2.1",
4   "summary": "A marquee like scrolling UILabel, think iPod track title scrolling. Provides edge fading, speed adjustment, scroll direction, etc.",
5   "homepage": "https://github.com/cbess/AutoScrollLabel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Christopher Bess": "cbess@quantumquinn.com"
12   },
13   "source": {
14     "git": "https://github.com/cbess/AutoScrollLabel.git",
15     "tag": "v0.2.1"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": false,
21   "source_files": "CBAutoScrollLabel/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "CoreGraphics"
25   ],
26   "screenshots": "https://github.com/cbess/AutoScrollLabel/raw/master/AutoScrollLabelDemo/screenshot.png"