[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / d / 1 / MECheckbox / 0.1.3 / MECheckbox.podspec.json
blob6dd1f51ba1e7af4ec00bfb970e156b8342d53a2c
2   "name": "MECheckbox",
3   "version": "0.1.3",
4   "summary": "MECheckbox - simple checkbox for UIKit",
5   "description": "UIKit implementation of classic web checkbox via custom images",
6   "homepage": "https://github.com/SoundBlaster/MECheckbox",
7   "license": "MIT",
8   "authors": {
9     "SoundBlaster": "egor-git@egormerkushev.ru"
10   },
11   "source": {
12     "git": "https://github.com/SoundBlaster/MECheckbox.git",
13     "tag": "0.1.3"
14   },
15   "social_media_url": "https://twitter.com/egormerkushev",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m}",
21   "resource_bundles": {
22     "MECheckbox": [
23       "Pod/Assets/*.png"
24     ]
25   }