[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 4 / 3 / 9 / DMLWidget / 0.4.0 / DMLWidget.podspec.json
blob2bc62ef5507daafce0371f15e222626987754b5d
2   "name": "DMLWidget",
3   "version": "0.4.0",
4   "summary": "A collection of custom UI elements to use on your Application.",
5   "description": "A collection of custom UI elements to use on your Application. Every control be include as a subspec.",
6   "homepage": "https://github.com/DamianSheldon/DMLWidget",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DamianSheldon": "dongmeilianghy@sina.com"
13   },
14   "source": {
15     "git": "https://github.com/DamianSheldon/DMLWidget.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/**/*",
22   "public_header_files": "Classes/**/*.h",
23   "subspecs": [
24     {
25       "name": "DMLSegmentedControl",
26       "source_files": "Classes/**/DMLSegmentedControl.{h,m}",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "DMLSlider",
31       "source_files": "Classes/**/DMLSlider.{h,m}",
32       "frameworks": "UIKit"
33     },
34     {
35       "name": "DMLCamPreviewView",
36       "source_files": "Classes/**/DMLCamPreviewView.{h,m}",
37       "frameworks": [
38         "UIKit",
39         "AVFoundation"
40       ]
41     },
42     {
43       "name": "DMLCollectionViewCell",
44       "source_files": "Classes/**/DMLCollectionViewCell.{h,m}",
45       "frameworks": "UIKit"
46     }
47   ]