[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 6 / NMessenger / 1.0.75 / NMessenger.podspec.json
blob9c9a724f8fe27f4bf573cbff0339c5378c49827a
2   "name": "NMessenger",
3   "version": "1.0.75",
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.75"
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   }