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