[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / a / StravaResultKit / 0.0.2 / StravaResultKit.podspec.json
blob35c613ec9f5102776d7e52dc84e875b40b15ce5a
2   "name": "StravaResultKit",
3   "version": "0.0.2",
4   "summary": "Result type API built on top of StravaKit",
5   "description": "Swift framework for integrating with the Strava API using Result type.",
6   "module_name": "StravaResultKit",
7   "homepage": "https://github.com/StravaKit/StravaResultKit",
8   "license": "MIT",
9   "authors": {
10     "Brennan Stehling": "brennan@smallsharptools.com"
11   },
12   "source": {
13     "git": "https://github.com/StravaKit/StravaResultKit.git",
14     "tag": "v0.0.2"
15   },
16   "social_media_url": "https://twitter.com/smallsharptools",
17   "source_files": "Sources/*.swift",
18   "cocoapods_version": ">= 1.0",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11"
22   },
23   "frameworks": [
24     "Foundation",
25     "CoreLocation",
26     "Security"
27   ],
28   "dependencies": {
29     "StravaKit": [
30       "~> 0.9"
31     ],
32     "Result": [
33       "~> 3.1"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"