[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / c / 6 / TMAnimatedTextView / 1.0.0 / TMAnimatedTextView.podspec.json
blobf6c8d5af523e8bdf6cf7f5828126481412f3ea3a
2   "name": "TMAnimatedTextView",
3   "version": "1.0.0",
4   "summary": "A UITextView subclass that allows animating NSTextAttachment attachments.",
5   "description": "                   The basic UITextView allows you to attach images however it does not allow you to \n                   animate each individual attachment in the text view. This component allows you to \n                   add an image attachment and animate that attachment.\n",
6   "homepage": "https://github.com/TapMesh/TMAnimatedTextView",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "bobwieler": "bob.wieler@tapmesh.com"
10   },
11   "social_media_url": "http://twitter.com/bobwieler",
12   "platforms": {
13     "ios": "7.1"
14   },
15   "source": {
16     "git": "https://github.com/TapMesh/TMAnimatedTextView.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "TMAnimatedTextView",
21     "TMAnimatedTextView/**/*.{h,m}"
22   ],
23   "requires_arc": true