[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / 9 / d / RGBAImageBuffer / 1.0.0 / RGBAImageBuffer.podspec.json
blob75715e42d4e4e30b560676fe54967a9d528ce14e
2   "name": "RGBAImageBuffer",
3   "version": "1.0.0",
4   "summary": "Access UIColor and RGBA data from a UIImage painlessly in Swift",
5   "description": "Get the UIColor of any pixel in a UIImage or CGImage relatively painlessly in Swift. Normally you have to interface with raw memory to accomplish this, and no one wants to do that. This makes it a (relatively) safe nullable subscript, rather than (relatively) unsafe pointer math.",
6   "homepage": "https://github.com/dennislysenko/RGBAImageBuffer",
7   "license": "MIT",
8   "authors": {
9     "Dennis Lysenko": "dennis.s.lysenko@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dennislysenko/RGBAImageBuffer.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/dennis_lysenko",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "RGBAImageBuffer/Classes/**/*",
20   "resource_bundles": {
21     "RGBAImageBuffer": [
22       "RGBAImageBuffer/Assets/*.png"
23     ]
24   }