[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / f / 0 / Mextension / 0.4.3 / Mextension.podspec.json
blob2e854bc9bf3c828ee50e2e6f238d9d8a5476d8da
2   "name": "Mextension",
3   "version": "0.4.3",
4   "summary": "Some extensions classes to help code",
5   "description": "Some powerful extensions to help your code and do not copy code from stack overflow",
6   "homepage": "https://github.com/vitormesquita/mexetesion",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vitor Mesquita": "vitor.mesquita09@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vitormesquita/mexetesion.git",
16     "tag": "0.4.3"
17   },
18   "swift_versions": [
19     4.2,
20     5.0,
21     "5.0"
22   ],
23   "default_subspecs": "All",
24   "platforms": {
25     "ios": "10.0"
26   },
27   "swift_version": "5.0",
28   "subspecs": [
29     {
30       "name": "All",
31       "source_files": "Source/**/*",
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "UIKit",
36       "source_files": "Source/UIKit+Extensions/*.swift",
37       "frameworks": "UIKit"
38     },
39     {
40       "name": "Foundation",
41       "source_files": "Source/Foundation+Extensions/*.swift",
42       "frameworks": "Foundation"
43     }
44   ]