blob: 26b146847aa4f111ccdebba83dbca641e3fdb439 [file] [log] [blame]
{
"name": "YIFullScreenScroll",
"version": "1.3.1",
"license": {
"type": "Beerware",
"text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return."
},
"homepage": "https://github.com/inamiy/YIFullScreenScroll",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Pinterest-like scroll-to-fullscreen UI for iOS.",
"screenshots": [
"https://raw.github.com/inamiy/YIFullScreenScroll/master/Screenshots/screenshot1.png"
],
"source": {
"git": "https://github.com/inamiy/YIFullScreenScroll.git",
"tag": "1.3.1"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"dependencies": {
"JRSwizzle": [
"~> 1.0"
],
"ViewUtils": [
"~> 1.1"
]
}
}