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