[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / c / 5 / 6 / NMessenger / 1.0.76 / NMessenger.podspec.json
blob264474732c08530e938583db41b134ec2e536dba
2   "name": "NMessenger",
3   "version": "1.0.76",
4   "summary": "A fast, lightweight messenger component built on AsyncDisplaykit and written in Swift",
5   "description": "NMessenger is a fast, lightweight messenger component built on AsyncDisplaykit and written in Swift. Developers can inherently achieve 60FPS scrolling and smooth transitions with rich content components.",
6   "homepage": "https://github.com/eBay/NMessenger",
7   "license": "MIT",
8   "authors": {
9     "Schechter, David": "david.schechter.mail@gmail.com",
10     "Tainter, Aaron": "amtainter@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.2"
14   },
15   "source": {
16     "git": "https://github.com/eBay/NMessenger.git",
17     "tag": "1.0.76"
18   },
19   "source_files": "nMessenger/Source/**/*.swift",
20   "resources": [
21     "nMessenger/Source/**/*.{png,jpeg,jpg,xib}"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "AsyncDisplayKit": [
26       "1.9.80"
27     ]
28   }