blob: 424acb58e44edfc78a83da288c6c6fb2b6d4fa46 [file] [log] [blame]
{
"name": "XBImageFilters",
"version": "1.1.1",
"summary": "OpenGL ES 2-based image and real-time camera filters for iOS.",
"description": " A longer description of XBImageFilters in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/xissburg/XBImageFilters",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"xissburg": "xissburg@gmail.com"
},
"social_media_url": "http://twitter.com/xissburg",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/xissburg/XBImageFilters.git",
"tag": "1.1.1"
},
"source_files": [
"XBImageFilters/XBImageFilters/*/*.{h,m}",
"XBImageFilters/XBImageFilters/*.{h,m}"
],
"resources": "XBImageFilters/XBImageFilters/Resources/Shaders/*.{vsh,fsh}",
"frameworks": [
"CoreGraphics",
"GLKit",
"QuartzCore",
"UIKit",
"AVFoundation",
"CoreMedia",
"CoreVideo",
"OpenGLES",
"Foundation"
],
"requires_arc": true
}