blob: 8e328f35698bc9295f6bc50d45ebd9d71d51fb9a [file] [log] [blame]
{
"name": "TGDrawSvgPathView",
"version": "1.0.2",
"summary": "an IOS helper class to draw animated paths from SVG files",
"homepage": "https://github.com/Tibolte/TGDrawSvgPathView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thibault Guégan": "thibault.guegan@gmail.com"
},
"source": {
"git": "https://github.com/Tibolte/TGDrawSvgPathView.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit"
],
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}