| { |
| "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 |
| } |