Latest | 1.0.2 |
---|---|
Homepage | http://github.com/sebastienwindal/FRDStravaClient |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking, Mantle |
no README.md available
Latest podspec
{ "name": "FRDStravaClient", "version": "1.0.2", "summary": "A iOS Strava API client.", "description": " A iOS client for the Strava API written in obj-C,n leverages AFNetworking for networking operations and Mantle forn JSON conversion to usable objects.n", "homepage": "http://github.com/sebastienwindal/FRDStravaClient", "license": { "type": "MIT", "file": "LICENSE" }, "authors": "Sebastien Windal", "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/sebastienwindal/FRDStravaClient.git", "tag": "1.0.2" }, "source_files": [ "Classes", "Classes/**/*.{h,m}" ], "requires_arc": true, "dependencies": { "AFNetworking": [ "~> 2.0" ], "Mantle": [ "1.5" ] } }
Wed, 02 Mar 2016 06:01:03 +0000