| { |
| "name": "ASMScaleKit", |
| "version": "0.1.2", |
| "summary": "Wrapper for smart scale APIs (currently supports Withings)", |
| "description": " A wrapper for various smart scale APIs. Currently supports Withings' smart scales,\n\t\t\t\t\t but the intent is to add support for scales from other vendors.\n", |
| "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.2" |
| }, |
| "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" |
| } |
| ] |
| } |