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