[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 3 / JDFlipNumberView / 2.1.1 / JDFlipNumberView.podspec.json
blob9b552d915980abb132931ff67a86928df82e7fb6
2   "name": "JDFlipNumberView",
3   "version": "2.1.1",
4   "summary": "A simple, yet powerful, customizable FlipNumberView based on CoreAnimation (Simulating an analog flip display).",
5   "description": "The FlipNumberView is simulating an analog flip display (like those for the departure time on the airport). It's well abstracted and damn easy to use. It may be used for Countdowns, Timers, clocks or any other number display. Supports automatic animation in either direction. An example project is given. Supports ARC.",
6   "homepage": "https://github.com/jaydee3/JDFlipNumberView",
7   "license": "MIT",
8   "authors": {
9     "Markus Emrich": "markus@nxtbgthng.com"
10   },
11   "source": {
12     "git": "https://github.com/jaydee3/JDFlipNumberView.git",
13     "tag": "pod-2.1.1"
14   },
15   "source_files": "JDFlipNumberView/**/*.{h,m}",
16   "resources": "JDFlipNumberView/JDFlipNumberView.bundle",
17   "platforms": {
18     "ios": "5.0"
19   },
20   "frameworks": "QuartzCore",
21   "requires_arc": true