[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / a / c / EMKit / 0.1.1 / EMKit.podspec.json
blob3a01d679907d4cff2788b0354aea1b2428ffdb85
2   "name": "EMKit",
3   "version": "0.1.1",
4   "summary": "EMKit contains all of my most used tools for native iOS Development.",
5   "description": "EMKit contains extensions that helps with some of the most frequent cases while programming in iOS.\nAlso, EMKit includes a TableManager to help with UITableView implementations.",
6   "homepage": "https://github.com/PedroAnibarro1/EMKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE"
10   },
11   "authors": {
12     "Pedro Anibarro": "pedroanibarro3@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/PedroAnibarro1/EMKit.git",
16     "tag": "0.1.1"
17   },
18   "source_files": [
19     "Classes",
20     "*.*"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "platforms": {
24     "osx": null,
25     "ios": null,
26     "tvos": null,
27     "watchos": null
28   }