[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / f / 0 / Mextension / 0.4.1 / Mextension.podspec.json
blobbe66d77b8b7172d531c76d5ce1e5af08ae50ed3d
2   "name": "Mextension",
3   "version": "0.4.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.4.1"
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   ]