[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / d / 1 / MECheckbox / 0.1.5 / MECheckbox.podspec.json
blobc45edc9e2edaab4ca159b88cf68e1ae16a19118b
2   "name": "MECheckbox",
3   "version": "0.1.5",
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.5"
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   }