[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 2 / 7 / ExpandableTextView / 0.1.0 / ExpandableTextView.podspec.json
blobe474268466654d6455ef8adf539a06754d494c75
2   "name": "ExpandableTextView",
3   "version": "0.1.0",
4   "summary": "Expand your UITextView (optimized for iOS 9 and above).",
5   "description": "The main purpose of this repo is to add a UITextView within a UIToolbar and expand dynamically the height of this UIToolbar depending on the UITextView’s height. The UITextView’s content size may vary depends on the text introduced.",
6   "homepage": "https://github.com/MoralAlberto/ExpandableTextView",
7   "license": "MIT",
8   "authors": {
9     "Alberto Moral": "alberto.moral.g@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/MoralAlberto/ExpandableTextView.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/AlbertMoral",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "ExpandableTextView": [
23       "Pod/Assets/*.png"
24     ]
25   }