[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 6 / c / 3 / Wildlink / 2.0.0 / Wildlink.podspec.json
blob15c17644f7693ce1a332d0166c8cb95a9c7f59fe
2   "name": "Wildlink",
3   "version": "2.0.0",
4   "summary": "You can use this CocoaPod to interact with the Wildlink API",
5   "homepage": "https://wildlink.me",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wildfire Systems": "support@wildlink.me"
12   },
13   "source": {
14     "git": "https://github.com/wildlink/wildlink-api-ios.git",
15     "tag": "2.0.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": [
21     "4.2",
22     "5.0"
23   ],
24   "source_files": "Wildlink/Classes/**/*",
25   "dependencies": {
26     "Alamofire": [
27       "~> 5.4.4"
28     ]
29   },
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "source_files": "Wildlink/Tests/*.swift",
35       "dependencies": {
36         "OHHTTPStubs": [
37           "~> 9.1.0"
38         ],
39         "OHHTTPStubs/Swift": [
40           "~> 9.1.0"
41         ]
42       }
43     }
44   ],
45   "swift_version": "5.0"