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