[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 7 / a / EmojiTextView / 1.0 / EmojiTextView.podspec.json
blob746aecc0b1291334f0141f77b89f1c3a57fc38fa
2   "name": "EmojiTextView",
3   "version": "1.0",
4   "summary": "Tap to swap out words with emojis. Inspired by Messages.app on iOS 10.",
5   "homepage": "https://github.com/fastred/EmojiTextView",
6   "screenshots": "https://raw.githubusercontent.com/fastred/EmojiTextView/master/demo.gif",
7   "license": "MIT",
8   "authors": {
9     "Arkadiusz Holko": "fastred@fastred.org"
10   },
11   "social_media_url": "https://twitter.com/arekholko",
12   "source": {
13     "git": "https://github.com/fastred/EmojiTextView.git",
14     "tag": "1.0"
15   },
16   "frameworks": [
17     "UIKit"
18   ],
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "EmojiTextView/**/*.swift",
23   "resources": [
24     "EmojiTextView/Resources/emojis.json"
25   ]