[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / f / 4 / PKCAlertView / 0.1.4 / PKCAlertView.podspec.json
blobf2585fff83882f089a315d75deb621de983474fd
2   "name": "PKCAlertView",
3   "version": "0.1.4",
4   "summary": "A view that can have the same effect as a UIAlertController with addSubView in the view",
5   "description": "In UIViewController, it is inconvenient for UIAlertController screen to come out when screen is changed. In order to get Alert screen from UIView, AlertView should let Alert come out of view from controller.",
6   "homepage": "https://github.com/pikachu987/PKCAlertView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pikachu987": "pikachu77769@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pikachu987/PKCAlertView.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PKCAlertView/Classes/**/*",
22   "pushed_with_swift_version": "3.0"