[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 7 / Hippolyte / 1.2.0 / Hippolyte.podspec.json
blob01a4cf0a98376376a80caa221172d078eb9a0363
2   "name": "Hippolyte",
3   "version": "1.2.0",
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   "social_media_url": "http://twitter.com/JanGorman",
16   "platforms": {
17     "ios": "9.3",
18     "osx": "10.13"
19   },
20   "source": {
21     "git": "https://github.com/JanGorman/Hippolyte.git",
22     "tag": "1.2.0"
23   },
24   "source_files": [
25     "Classes",
26     "Hippolyte/**/*.swift"
27   ],
28   "swift_version": "5.0"