[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / 3 / Wildlink / 1.0.3 / Wildlink.podspec.json
blob8fbb5e1c638ca44dcd3b96cc5aa83f965bd0d64b
2   "name": "Wildlink",
3   "version": "1.0.3",
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": "1.0.3"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": [
21     "4.2",
22     "5.0",
23     "5.0"
24   ],
25   "source_files": "Wildlink/Classes/**/*",
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.8.2"
29     ]
30   },
31   "swift_version": "5.0",
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "Wildlink/Tests/*.swift"
37     }
38   ]