[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / f / 0 / Mextension / 0.5.0 / Mextension.podspec.json
blobf75175281cfba4f9884306e0be2fa5033a5af611
2   "name": "Mextension",
3   "version": "0.5.0",
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.5.0"
17   },
18   "swift_versions": [
19     5.0
20   ],
21   "default_subspecs": "All",
22   "platforms": {
23     "ios": "10.0"
24   },
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "All",
29       "source_files": "Source/**/*",
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "UIKit",
34       "source_files": "Source/UIKit+Extensions/*.swift",
35       "frameworks": "UIKit"
36     },
37     {
38       "name": "Foundation",
39       "source_files": "Source/Foundation+Extensions/*.swift",
40       "frameworks": "Foundation"
41     }
42   ]