[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 1 / MECheckbox / 0.1.0 / MECheckbox.podspec.json
blob948cfe01d6dc06cdde33aab06c48a6d4d2d4c70f
2   "name": "MECheckbox",
3   "version": "0.1.0",
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.0"
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/**/*",
21   "resource_bundles": {
22     "MECheckbox": [
23       "Pod/Assets/*.png"
24     ]
25   }