[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 0 / 7 / StravaKit / 0.4.0 / StravaKit.podspec.json
blob9b7d21ca380a8dd1f996380fc5e8a08447d61b32
2   "name": "StravaKit",
3   "version": "0.4.0",
4   "summary": "API client for Strava written in Swift.",
5   "description": "Strava framework for interacting with the Strava API.",
6   "module_name": "StravaKit",
7   "homepage": "https://github.com/brennanMKE/StravaKit",
8   "license": "MIT",
9   "authors": {
10     "Brennan Stehling": "brennan@smallsharptools.com"
11   },
12   "source": {
13     "git": "https://github.com/brennanMKE/StravaKit.git",
14     "tag": "v0.4.0"
15   },
16   "social_media_url": "https://twitter.com/smallsharptools",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11"
20   },
21   "source_files": "StravaKit/*.swift",
22   "cocoapods_version": ">= 1.0",
23   "frameworks": [
24     "Foundation",
25     "CoreLocation",
26     "Security"
27   ]