blob: 06a22fbb570b632c0ee9518fd86b0b83548d58ef [file] [log] [blame]
{
"name": "APNGImageSerialization",
"version": "0.2.0",
"summary": "A wrapper for APNG support",
"description": "This project provide a simple way to encode and decode APNG file to animate UIImage. requires iOS 8+",
"homepage": "https://github.com/rickytan/APNGImageSerialization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ricky Tan": "ricky.tan.xin@gmail.com"
},
"source": {
"git": "https://github.com/rickytan/APNGImageSerialization.git",
"tag": "0.2.0"
},
"social_media_url": "https://github.com/rickytan",
"platforms": {
"ios": "8.0"
},
"source_files": "APNGImageSerialization/Classes/**/*",
"public_header_files": "APNGImageSerialization/Classes/**/*.h",
"frameworks": [
"UIKit",
"MobileCoreServices",
"ImageIO"
]
}