[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 9 / 7 / Hippolyte / 1.4.1 / Hippolyte.podspec.json
blob4ba5b9cdc3a2c15790bc0e89bb91ba38fd802190
2   "name": "Hippolyte",
3   "version": "1.4.1",
4   "swift_versions": "5.0",
5   "summary": "HTTP Stubbing in Swift",
6   "description": "Easily stub HTTP requests in your tests. Hippolyte makes your tests run fast and reliable without hitting the network.",
7   "homepage": "https://github.com/JanGorman/Hippolyte",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jan Gorman": "gorman.jan@gmail.com"
14   },
15   "platforms": {
16     "ios": "15.0",
17     "osx": "10.13"
18   },
19   "source": {
20     "git": "https://github.com/JanGorman/Hippolyte.git",
21     "tag": "1.4.1"
22   },
23   "source_files": [
24     "Classes",
25     "Hippolyte/**/*.swift"
26   ],
27   "swift_version": "5.0"