[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / a / TestableAlert / 1.0.3 / TestableAlert.podspec.json
blobd1008e6114f4a96f4620499ab2a91240d1cd4367
2   "name": "TestableAlert",
3   "version": "1.0.3",
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.3"
16   },
17   "source_files": "TestableAlert/**/*.swift",
18   "platforms": {
19     "ios": "8.0"
20   }