[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 5 / RunKeeper-iOS / 0.0.1 / RunKeeper-iOS.podspec.json
blob8f56bbd71b1fe41029a6b34934d1c98bd28a6885
2   "name": "RunKeeper-iOS",
3   "version": "0.0.1",
4   "summary": "An iOS RunKeeper API module.",
5   "description": "                    RunKeeper-iOS provides an Objective C wrapper class for accessing the [RunKeeper Health Graph API](http://developer.runkeeper.com/healthgraph) from iOS 4.0 or newer.\n\n                    RunKeeper-iOS was developed for use in our iPhone fitness app \"Running Intensity\".  It is meant to be general, but is built primarily for a Running app.  The API is NOT fully supported, but more will be added based on our own needs or the requests of others.\n",
6   "homepage": "https://github.com/brierwood/RunKeeper-iOS",
7   "license": "BSD",
8   "authors": {
9     "Brierwood Design": "info@brierwooddesign.com",
10     "Reid van Melle": "rvanmelle@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/brierwood/RunKeeper-iOS.git",
14     "commit": "5c124db44a82b54e4487632fcf55148001b9516d"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": "RunKeeper/**/*.{h,m}",
20   "resources": "images/*.png",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 1.2.0"
25     ],
26     "NXOAuth2Client": [
27       "~> 1.2.0"
28     ]
29   }