blob: 115640619ccfa82d8700e9e95fa015020a47a7eb [file] [log] [blame]
{
"name": "QuickAnimation",
"version": "1.0",
"summary": "iOS utility classes for creating common animations quickly,referred to Unity Dotween.\nThe library is based on the facebook's pop library.",
"homepage": "https://github.com/SpadeChen/QuickAnimation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SpadeChen": "poker_ace@sina.cn"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/SpadeChen/QuickAnimation.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore",
"CoreFoundation",
"CoreText"
],
"dependencies": {
"pop": [
"~> 1.0.9"
]
}
}