[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 7 / 8 / e / PowerUpSwift / 0.1.3 / PowerUpSwift.podspec.json
blob86b0eda98b459a1e671ee1efd024a2af48a56fd8
2   "name": "PowerUpSwift",
3   "version": "0.1.3",
4   "summary": "Utilities to make iOS development faster and be more productive.",
5   "description": "Apple doesn't provide some useful utilities to make our lives easier. This might be for a (good) reason. My experience in iOS Development was brutally painful. It's usually difficult to implement a simple basic feature that you can easily do in Android built-in, so you end up doing a couple more hacks. I created this library 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": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "PowerUpSwift/Classes/**/*",
22   "swift_version": "4.2",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ]