[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 6 / a / 3 / JDFlipNumberView / 2.0.3 / JDFlipNumberView.podspec.json
blob98b329928d9e17c15aa21d9b309fe9954d0d1e5d
2   "name": "JDFlipNumberView",
3   "version": "2.0.3",
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.0.3"
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