blob: 7a88fce12c5b7ab162cf228c0a309b870a215166 [file] [log] [blame]
{
"name": "APNGImageSerialization",
"version": "0.1.2",
"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.1.2"
},
"social_media_url": "https://github.com/rickytan",
"platforms": {
"ios": "8.0"
},
"source_files": "APNGImageSerialization/Classes/**/*",
"public_header_files": "APNGImageSerialization/Classes/**/*.h",
"frameworks": [
"UIKit",
"ImageIO",
"MobileCoreServices"
]
}