[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / 4 / 6 / MessageInputManager / 1.0.1 / MessageInputManager.podspec.json
blobd5b8de22ba56a3f3db955a91595e61812a01ccd0
2   "name": "MessageInputManager",
3   "summary": "iMessage style chat message input controller.",
4   "description": "MessageInputManager provides Chat input view which allows users to input text message, and media message similar to Apple iMessage app. It Allows users to select images from user' Camera Roll album and allows to Capture photo using native camera inline.",
5   "version": "1.0.1",
6   "platforms": {
7     "ios": "9.0"
8   },
9   "swift_version": "4.0",
10   "homepage": "https://github.com/kuchhadiyaa/MessageInputManager",
11   "screenshots": [
12     "https://raw.githubusercontent.com/kuchhadiyaa/MessageInputManager/master/Screenshots/SS1.PNG",
13     "https://raw.githubusercontent.com/kuchhadiyaa/MessageInputManager/master/Screenshots/SS2.PNG"
14   ],
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Akshay Kuchhadiya": "akshay@atominc.in"
21   },
22   "source": {
23     "git": "https://github.com/kuchhadiyaa/MessageInputManager.git",
24     "tag": "1.0.1"
25   },
26   "source_files": "MessageInputManager/Classes/**/*",
27   "social_media_url": "https://www.twitter.com/anonymous_akkii",
28   "resources": "MessageInputManager/Assets/**/*",
29   "frameworks": [
30     "UIKit",
31     "Photos",
32     "AVFoundation"
33   ]