{ | |
"name": "ImageButton", | |
"version": "0.0.1", | |
"summary": "A button with image and text written in swift", | |
"homepage": "https://github.com/baocang/ImageButton", | |
"license": "MIT", | |
"authors": { | |
"Baocang Nie": "baocang.nie@icloud.com" | |
}, | |
"source": { | |
"git": "https://github.com/baocang/ImageButton.git", | |
"tag": "0.0.1" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"requires_arc": true, | |
"source_files": "ImageButton/*.swift", | |
"frameworks": "UIKit", | |
"pushed_with_swift_version": "3.0" | |
} |