[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 7 / 4 / a / TestableAlert / 1.0.4 / TestableAlert.podspec.json
blob82cacdadee50bb72b6335a9afde775d0fb1667ca
2   "name": "TestableAlert",
3   "version": "1.0.4",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/exchangegroup/TestableAlert",
8   "summary": "A UIAlertController wrapper for easier unit testing written in Swift",
9   "description": "This is an iOS library written in Swift that makes it easier to test UIAlertController alerts. The library allows to check alert visibility and execute its actions from the unit tests.",
10   "authors": {
11     "Evgenii Neumerzhitckii": "sausageskin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/exchangegroup/TestableAlert.git",
15     "tag": "1.0.4"
16   },
17   "source_files": "TestableAlert/**/*.swift",
18   "platforms": {
19     "ios": "8.0"
20   }