blob: e73bd76f93564f3c817879e5e8043b83949f2bd2 [file] [log] [blame]
{
"name": "CoreAnimator",
"version": "2.0.0",
"summary": "Easy to Read and Write Multi-chain Animations Kit in Swift.",
"homepage": "https://github.com/Lision/LSAnimator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lision": "lisionmail@gmail.com"
},
"source": {
"git": "https://github.com/Lision/LSAnimator.git",
"tag": "v2.0.0"
},
"source_files": [
"LSAnimator/*.{h,m,c,swift,modulemap}",
"CoreAnimator/CoreAnimator.h"
],
"frameworks": [
"UIKit",
"QuartzCore"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}