[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / f / e / SQMessages / 0.0.5 / SQMessages.podspec.json
blob6b5327ed5dd1f9010b49b47089ddc54aac0c781b
2   "name": "SQMessages",
3   "version": "0.0.5",
4   "summary": "Easy to use and customizable messages/notifications for iOS.",
5   "description": "Base TSMessages; This framework provides an easy to use class to show little notification views on the top of the screen. There are 4 different types already set up for you: Success, Error, Warning, Message..",
6   "homepage": "https://github.com/semnyqu/SQMessages",
7   "license": "MIT",
8   "authors": {
9     "semnyqu": "semny.qu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/semnyqu/SQMessages.git",
13     "tag": "0.0.5"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resources": [
21     "Pod/Assets/*.png",
22     "Pod/Assets/*.json"
23   ],
24   "public_header_files": "Pod/Classes/**/*.h",
25   "dependencies": {
26     "HexColors": [
27       "~> 2.3.0"
28     ],
29     "Masonry": [
30       "~> 1.1.0"
31     ],
32     "MarqueeLabel": [
33       "~> 3.1.3"
34     ],
35     "NSHash": [
36       "~> 1.2.0"
37     ]
38   }