blob: da37e87a0969206e1947fec5dd5165a4515ef95a [file] [log] [blame]
{
"name": "Withings-SDK-iOS",
"version": "0.2.1",
"license": "MIT",
"summary": "Provides an Objective-C interface for integrating iOS apps with the Withings API",
"homepage": "https://github.com/jdrevet/Withings-SDK-iOS",
"authors": {
"Johan Drevet": ""
},
"source": {
"git": "https://github.com/jdrevet/Withings-SDK-iOS.git",
"tag": "0.2.1"
},
"public_header_files": "Withings-SDK-iOS/*.h",
"source_files": [
"Withings-SDK-iOS/*.{m,h}",
"Withings-SDK-iOS/internal/*.{m,h}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"OAuthSwift": [
"~> 1.1.0"
],
"DCKeyValueObjectMapping": [
"~> 1.5"
],
"SSKeychain": [
"~> 1.3"
]
},
"pushed_with_swift_version": "3.0"
}