[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / e / 7 / FRDStravaClient / 0.0.3 / FRDStravaClient.podspec.json
blob38b9a2166472397fa57d674562c34b9b1b8e9f7f
2   "name": "FRDStravaClient",
3   "version": "0.0.3",
4   "summary": "A iOS Strava API client.",
5   "description": "                   A read-only and upload client for the Strava API written in obj-C,\n                   leverages AFNetworking for networking operations and Mantle for\n                   JSON conversion to usable objects.\n",
6   "homepage": "http://github.com/sebastienwindal/FRDStravaClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Sebastien Windal",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/sebastienwindal/FRDStravaClient.git",
17     "tag": "0.0.3"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.0"
27     ],
28     "Mantle": [
29       "1.5"
30     ]
31   }