[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / a / 3 / JDFlipNumberView / 2.2.2 / JDFlipNumberView.podspec.json
blobac2af005b28206e15853b72ed740a43be5c3bbbd
2   "name": "JDFlipNumberView",
3   "version": "2.2.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.2.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       "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   ]