blob: e01959b699374346e35cb542b0d7c42d6bdd9b44 [file] [log] [blame]
{
"name": "ios-curve-interpolation",
"version": "1.0.0",
"summary": "Easy-to-use category for curve interpolation onto UIBezierPath",
"homepage": "https://github.com/kirualex/ios-curve-interpolation",
"authors": {
"John Fisher": "https://github.com/jnfisher",
"Alexis Creuzot": "http://alexiscreuzot.com"
},
"license": {
"type": "MIT"
},
"source": {
"git": "https://github.com/kirualex/ios-curve-interpolation.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": [
"CGPointExtension.{h,m}",
"UIBezierPath+Interpolation.{h,m}"
]
}