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