[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 4 / 6 / MessageInputManager / 1.0.0 / MessageInputManager.podspec.json
blob0935ab50bfefb304283bbb110b6cc1adb75acb6f
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.0",
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.0"
25   },
26   "source_files": "MessageInputManager/Classes/**/*",
27   "social_media_url": "https://www.twitter.com/anonymous_akkii",
28   "resource_bundles": {
29     "MessageInputManager": [
30       "MessageInputManager/Assets/**/*.*"
31     ]
32   },
33   "frameworks": [
34     "UIKit",
35     "Photos"
36   ]