blob: 898a311ae930cdd435f220c1fb8cd69a6585bd37 [file] [log] [blame]
{
"name": "WebPObjc",
"version": "0.1.0",
"summary": "WebP image viewer for iOS. Static and animated images. Remote loading and caching with progress view.",
"homepage": "https://github.com/daltoniam/WebPObjc",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "daltoniam@gmail.com"
},
"social_media_url": "http://twitter.com/daltoniam",
"source": {
"git": "https://github.com/daltoniam/WebPObjc.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"vendored_frameworks": "WebP.framework"
},
"source_files": "*.{h,m}",
"requires_arc": true
}