blob: cc25a5590f54c70096695de907f90bee2c4f8c0f [file] [log] [blame]
{
"name": "BIZMotionImageView",
"version": "1.0.1",
"summary": "Category that adds motion capabilities to UIImageView",
"homepage": "https://github.com/bizibizi/BIZMotionImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZMotionImageView.git",
"tag": "1.0.1"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}