blob: 8bdd9e44407077eb40b8c805f5cacdbee4d0c78f [file] [log] [blame]
{
"name": "MECheckbox",
"version": "0.1.2",
"summary": "MECheckbox - simple checkbox for UIKit",
"description": "UIKit implementation of classic web checkbox via custom images",
"homepage": "https://github.com/SoundBlaster/MECheckbox",
"license": "MIT",
"authors": {
"SoundBlaster": "egor-git@egormerkushev.ru"
},
"source": {
"git": "https://github.com/SoundBlaster/MECheckbox.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/egormerkushev",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"MECheckbox": [
"Pod/Assets/*.png"
]
}
}