blob: 352f413248f50370c7a37c7ada0c87497976cfe1 [file] [log] [blame]
{
"name": "UIHeartView",
"version": "1.0.1",
"summary": "A Heart shape UIView.",
"description": "A Heart shape UIView. Created by CALayer heartLayer. A UIHeartControl can be created like this.",
"homepage": "https://github.com/kidyoungx/UIHeartView",
"license": "MPL-2.0",
"authors": {
"Kid Young": "kidyoungx@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/kidyoungx/UIHeartView.git",
"tag": "1.0.1"
},
"source_files": [
"UIHeartView",
"UIHeartView/**/*.{h,m}"
],
"exclude_files": "SampleUIHeartView",
"public_header_files": "UIHeartView/**/*.h",
"requires_arc": true,
"dependencies": {
"UIKitsCategory": [
"~> 1.0.1"
]
}
}