[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 8 / e / PowerUpSwift / 2.0.0 / PowerUpSwift.podspec.json
blobe448b072c15040a299c1de348ced2d079dc0d14f
2   "name": "PowerUpSwift",
3   "version": "2.0.0",
4   "summary": "📦 A lightweight library of powerful extensions and classes to reduce the utility code in your project and make iOS development faster.",
5   "description": "Apple doesn't provide some basic useful utilities to make our iOS Development lives a little easier. This might be for a [good] reason, such as keeping the platform lightweight. It sometimes requires extra time and effort to implement a simple basic feature that you can easily do in Android built-in, so you end up doing a couple more hacks. This library was created to save time, to be more productive, and to be DRY (Don't Repeat Yourself).",
6   "homepage": "https://github.com/PowerUpX/PowerUpSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ceferino Jose II": "cefjoeii@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/PowerUpX/PowerUpSwift.git",
16     "tag": "2.0.0"
17   },
18   "social_media_url": "https://github.com/cefjoeii",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "PowerUpSwift/Classes/**/*",
23   "swift_versions": "5.0",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "CoreLocation"
28   ],
29   "swift_version": "5.0"