blob: 8cbb2409dbea564ed1bab3448c5691cdc20de9f2 [file] [log] [blame]
{
"name": "RippleLayer",
"version": "0.1.5",
"summary": "Draw splash effect using CGPath.",
"description": " This provide CALayer subclass. Create a 2D wave splash animation.\n more info at: [https://github.com/hadashiA/RippleLayer](https://github.com/hadashiA/RippleLayer)\n",
"homepage": "https://github.com/hadashiA/RippleLayer",
"screenshots": "https://raw.githubusercontent.com/hadashiA/RippleLayer/master/sample_default.gif",
"license": "MIT",
"authors": {
"hadashiA": "dev@hadashikick.jp"
},
"source": {
"git": "https://github.com/hadashiA/RippleLayer.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/hadashiA",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "UIKit"
}