[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 6 / a / 3 / JDFlipNumberView / 2.2.4 / JDFlipNumberView.podspec.json
blobdd51124f7130d138e31d8d8d7b5bff62ff07a93a
2   "name": "JDFlipNumberView",
3   "version": "2.2.4",
4   "authors": {
5     "Markus Emrich": "markus.emrich@gmail.com"
6   },
7   "homepage": "https://github.com/calimarkus/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/calimarkus/JDFlipNumberView/raw/master/gfx/screenshots.png",
12   "source": {
13     "git": "https://github.com/calimarkus/JDFlipNumberView.git",
14     "tag": "pod-2.2.4"
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       "private_header_files": [
26         "JDFlipNumberView/JDFlipNumberDigitView.h",
27         "JDFlipNumberView/JDFlipNumberViewImageFactory.h"
28       ]
29     },
30     {
31       "name": "FlipImageView",
32       "source_files": [
33         "JDFlipNumberView/JDFlipImageView.{h,m}",
34         "JDFlipNumberView/JDFlipNumberViewImageFactory.{h,m}",
35         "JDFlipNumberView/UIView+JDFlipImageView.{h,m}"
36       ],
37       "private_header_files": "JDFlipNumberView/JDFlipNumberViewImageFactory.h"
38     },
39     {
40       "name": "DefaultImageBundle",
41       "resources": "JDFlipNumberView/JDFlipNumberView.bundle",
42       "dependencies": {
43         "JDFlipNumberView/Core": [
45         ]
46       }
47     }
48   ]