blob: 5e543f59ca496c5fe977a6877281354f7c975031 [file] [log] [blame]
{
"name": "ASMScaleKit",
"version": "0.1.3",
"summary": "Wrapper for smart scale APIs (currently supports Withings)",
"description": "A wrapper for various smart scale APIs. Currently supports Withings' smart scales,\nbut the intent is to add support for scales from other vendors.",
"homepage": "https://github.com/amolloy/ASMScaleKit",
"license": "MIT",
"authors": {
"Andrew Molloy": "amolloy@gmail.com"
},
"source": {
"git": "https://github.com/amolloy/ASMScaleKit.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/amolloy",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"libextobjc/EXTScope": [
"~> 0.4"
]
},
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod/Classes",
"Pod/Classes/OAuth"
],
"ios": {
"source_files": "Pod/Classes/OAuth/iOS"
},
"public_header_files": "Pod/Classes/*.h"
},
{
"name": "Withings",
"dependencies": {
"ASMScaleKit/Core": [
]
},
"source_files": "Pod/Classes/Withings",
"public_header_files": "Pod/Classes/Withings/*.h"
}
]
}