blob: b6d4200d8e8e8a28aefe4a2b2d64d55ff7683eac [file] [log] [blame]
{
"name": "RippleLayer",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/hadashiA",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "UIKit"
}