blob: d2e20317343f21c4b023d1a7b132a350792132a1 [file] [log] [blame]
{
"name": "UIImageViewSoftFrameAnimations",
"version": "1.0",
"summary": "A powerfull UIImageView extension to play frame animations",
"description": "Powerfull UIImageView extension to play frame animations without loading all the uiimage in memory.\n",
"homepage": "https://github.com/AlbertMontserrat/UIImageViewSoftFrameAnimations",
"license": "MIT",
"authors": {
"Albert Montserrat": "albert.montserrat.gambus@gmail.com"
},
"source": {
"git": "https://github.com/AlbertMontserrat/UIImageViewSoftFrameAnimations.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UIImageViewSoftFrameAnimations": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}