[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 7 / f / 0 / Mextension / 0.5.3 / Mextension.podspec.json
blob0d13dad987403ccab8de2cd92b6c1964ff838850
2   "name": "Mextension",
3   "version": "0.5.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.5.3"
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       "dependencies": {
29         "Mextension/UIKit": [
31         ],
32         "Mextension/Foundation": [
34         ]
35       }
36     },
37     {
38       "name": "UIKit",
39       "source_files": "Source/UIKit+Extensions/*.swift",
40       "frameworks": "UIKit"
41     },
42     {
43       "name": "Foundation",
44       "source_files": "Source/Foundation+Extensions/*.swift",
45       "frameworks": "Foundation"
46     }
47   ],
48   "swift_version": "5.0"