[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / c / 7 / 1 / MLBOmniButton / 0.0.2 / MLBOmniButton.podspec.json
blob87209835ee43f13c82633769ac7d598e8f69d124
2   "name": "MLBOmniButton",
3   "version": "0.0.2",
4   "summary": "An Easy-to-use UIButton custom controls.",
5   "description": "- An Easy-to-use UIButton custom controls, including some of the common needs of the feature.\n- Like ImageView top of Label, or bottom, left, right.\n- Button can show Badge.\n- Can show web image.",
6   "homepage": "https://github.com/meilbn/MLBOmniButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "meilbn": "codingallnight@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/meilbn/MLBOmniButton.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "MLBOmniButton",
23     "MLBOmniButton/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true,
27   "dependencies": {
28     "SDWebImage": [
29       "~> 3.8.2"
30     ]
31   }