blob: abe57ee664421f6c571151ada1ad148df39941ad [file] [log] [blame]
{
"name": "easeqs-objc",
"version": "0.1.1",
"summary": "An easing equations for your purposes and some additionals for keyframe animations",
"homepage": "https://github.com/nikburnt/easeqs-objc",
"authors": {
"Nik Burnt": "nikburnt@gmail.com"
},
"source": {
"git": "https://github.com/nikburnt/easeqs-objc.git",
"tag": "0.1.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{h,m}",
"public_header_files": "Sources/**/*.h"
}