[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / d / EDDevUtilities / 0.0.5 / EDDevUtilities.podspec.json
blob5c410ce522acc7e145193f663f4d08801c019565
2   "name": "EDDevUtilities",
3   "version": "0.0.5",
4   "summary": "Collection of utilities I been using for making projects",
5   "description": "This Frame work contains a collection of UI and NON ui related helper methods like,\nNetwork Base class to download items and parse it by simple steps,\nUI lay out helpers\nThread safe variables and many more.\n\nMost of this are just for my personal use cases but can be used to get inspirations",
6   "homepage": "https://github.com/eewilfred/EDDevUtilities",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Edwin Wilson": "edwin33wilson@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.6"
16   },
17   "source": {
18     "git": "https://github.com/eewilfred/EDDevUtilities.git",
19     "tag": "0.0.5"
20   },
21   "source_files": [
22     "EDDevUtilities",
23     "EDUtilities/**/*.{h,m,swift}"
24   ],
25   "swift_versions": "5.0",
26   "swift_version": "5.0"