[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 8 / 7 / MMCounterView / 0.6.1 / MMCounterView.podspec.json
blob446cc64e6a90e47766523ee1df60c6ba557f0262
2   "name": "MMCounterView",
3   "version": "0.6.1",
4   "summary": "A 'high score'-style counting view that animates between different displayed integers.",
5   "homepage": "https://github.com/mmccroskey/MMCounterView",
6   "license": {
7     "type": "Creative Commons Attribution-NonCommercial-ShareAlike",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "mmccroskey": "matthew.mccroskey@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/mmccroskey/MMCounterView.git",
15     "tag": "0.6.1"
16   },
17   "platforms": {
18     "ios": "5.1"
19   },
20   "source_files": "Component",
21   "frameworks": [
22     "CoreGraphics",
23     "Foundation",
24     "QuartzCore",
25     "UIKit"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "CPAnimationSequence": [
31     ]
32   }