blob: 20b5fc62acfa552fa57407e5f8c372c1380957d5 [file] [log] [blame]
{
"name": "GSSimpleImage",
"version": "0.1.1",
"summary": "GSSimpleImage is a lightweight extension of UIImageView proved more basic functions.",
"description": "You can use GSSimpleImage to achieve full screen size funciton. It's easy to use and more functions will be added soon.",
"homepage": "https://github.com/williamhqs/GSSimpleImage",
"license": "MIT",
"authors": {
"William Hu": "william.hqs@gmail.com"
},
"source": {
"git": "https://github.com/williamhqs/GSSimpleImage.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GSSimpleImage": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"MBProgressHUD": [
]
}
}