blob: 70f62e1b6c9c1445d54375d9bc1fb469ca35c1d4 [file] [log] [blame]
{
"name": "Withings-SDK-iOS",
"version": "0.1.0",
"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.1.0"
},
"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": [
"~> 0.5.2"
],
"DCKeyValueObjectMapping": [
"~> 1.5"
],
"SSKeychain": [
"~> 1.3"
]
}
}