blob: 25c2d49f89a744b578625d7b568cda9b717fcd74 [file] [log] [blame]
{
"name": "GTMotionAnimator",
"version": "0.0.1",
"summary": "A Motion Animator creates performant, interruptible animations from motion specs.",
"homepage": "https://github.com/liuxc123/GTMotionAnimator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuxc123": "lxc_work@126.com"
},
"source": {
"git": "https://github.com/liuxc123/GTMotionAnimator.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,mm}",
"src/private/*.{h,m,mm}"
],
"dependencies": {
"GTMotionInterchange": [
"~> 0.0.2"
]
}
}