blob: 7fa6fe4a89e16b6b725c1caf30aed515d69e8336 [file] [log] [blame]
{
"name": "CRAnimation",
"version": "0.1.2",
"summary": "Some incredible animation effects in iOS.",
"description": "CRAniamtion full name is Couldn't Refuse Aniamtion.\nIn here, we can find or create some incredible animation effects in iOS.",
"homepage": "https://github.com/BearRan/CRAnimation.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BearRan": "648070256@qq.com"
},
"source": {
"git": "https://github.com/BearRan/CRAnimationRepo.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit",
"dependencies": {
"BearSkill": [
]
},
"prefix_header_file": "Pod/CRPCH/CRPrefixHeader.pch",
"subspecs": [
{
"name": "Widget",
"subspecs": [
{
"name": "CRImageGradientView",
"source_files": "Pod/CRWidget/CRImageGradientView/*"
},
{
"name": "CRCardAnimationView",
"source_files": "Pod/CRWidget/CRCardAnimationView/*"
}
]
}
]
}