blob: dd0d5c88b8842d13fe0063df34c4e37e48da5edd [file] [log] [blame]
{
"name": "XBPageCurl",
"version": "1.0.0",
"summary": "A decent page curl transition for iOS.",
"description": " A longer description of XBPageCurl 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/XBPageCurl",
"license": {
"type": "MIT",
"file": "COPYRIGHT.txt"
},
"authors": {
"xiss burg": "xissburg@gmail.com"
},
"social_media_url": "http://twitter.com/xissburg",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/xissburg/XBPageCurl.git",
"tag": "1.0.0"
},
"source_files": "XBPageCurl/*.{h,m,c}",
"resources": "XBPageCurl/Resources/*.glsl",
"frameworks": [
"QuartzCore",
"OpenGLES",
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}