{ | |
"name": "AImage", | |
"version": "1.0.0", | |
"summary": "A animated GIF engine for iOS in Swift", | |
"homepage": "https://github.com/wangjwchn/AImage", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Jiawei Wang": "wangjwchn@yahoo.com" | |
}, | |
"source": { | |
"git": "https://github.com/wangjwchn/AImage.git", | |
"tag": "1.0.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"requires_arc": true, | |
"source_files": "AImage/**/*" | |
} |