[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / a / 3 / MTAnimatedLabel / 0.1.1 / MTAnimatedLabel.podspec.json
blob9b3605a229c5b91eadef8607aa5f7c49b0910201
2   "name": "MTAnimatedLabel",
3   "version": "0.1.1",
4   "summary": "MTAnimatedLabel is a UILabel subclass that supports animated text similar to the iPhone/iPad lock screen.",
5   "homepage": "https://github.com/mturner1721/MTAnimatedLabel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Michael Turner": "mturner1721@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/mturner1721/MTAnimatedLabel.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "5.1"
19   },
20   "source_files": "MTAnimatedLabel/MT*.{h,m}",
21   "frameworks": [
22     "CoreText",
23     "QuartzCore",
24     "UIKit",
25     "Foundation",
26     "CoreGraphics"
27   ],
28   "requires_arc": true