blob: 2f5b7462d4ad40df879791dca7a3f143c0e70688 [file] [log] [blame]
{
"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 for\n 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"
]
}
}