[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 3 / JDFlipNumberView / 2.1.2 / JDFlipNumberView.podspec.json
blob90f855dabd7eb40a94311c8d9c508af44f61bc7e
2   "name": "JDFlipNumberView",
3   "version": "2.1.2",
4   "authors": {
5     "Markus Emrich": "markus@nxtbgthng.com"
6   },
7   "homepage": "https://github.com/jaydee3/JDFlipNumberView",
8   "license": "MIT",
9   "summary": "A simple, yet powerful, customizable FlipNumberView based on CoreAnimation (Simulating an analog flip display).",
10   "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.",
11   "screenshots": "https://github.com/jaydee3/JDFlipNumberView/raw/master/gfx/screenshots.png",
12   "source": {
13     "git": "https://github.com/jaydee3/JDFlipNumberView.git",
14     "tag": "pod-2.1.2"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "frameworks": "QuartzCore",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "JDFlipNumberView/**/*.{h,m}"
25     },
26     {
27       "name": "DefaultImageBundle",
28       "resources": "JDFlipNumberView/JDFlipNumberView.bundle",
29       "dependencies": {
30         "JDFlipNumberView/Core": [
32         ]
33       }
34     }
35   ]