[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 6 / NMessenger / 1.0.72 / NMessenger.podspec.json
blobcf000be9fe5b49aff706d85fcff04ecd8e4d3e10
2   "name": "NMessenger",
3   "version": "1.0.72",
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": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/eBay/NMessenger.git",
17     "tag": "1.0.72"
18   },
19   "source_files": "nMessenger/Source/**/*.swift",
20   "resources": [
21     "nMessenger/Assets.xcassets",
22     "nMessenger/Source/**/*.{png,jpeg,jpg,xib}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AsyncDisplayKit": [
27       "1.9.80"
28     ]
29   }