[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / a / 3 / JDFlipNumberView / 2.1.3 / JDFlipNumberView.podspec.json
blobc48c6fc8249d8bbbea14912456bf4540ad27830f
2   "name": "JDFlipNumberView",
3   "version": "2.1.3",
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.3"
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": "FlipImageView",
28       "source_files": [
29         "JDFlipNumberView/JDFlipImageView.{h,m}",
30         "JDFlipNumberView/JDFlipNumberViewImageFactory.{h,m}"
31       ]
32     },
33     {
34       "name": "DefaultImageBundle",
35       "resources": "JDFlipNumberView/JDFlipNumberView.bundle",
36       "dependencies": {
37         "JDFlipNumberView/Core": [
39         ]
40       }
41     }
42   ]