[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / c / 4 / ASMScaleKit / 0.1.2 / ASMScaleKit.podspec.json
blobd7228a6638da4a9c50e1921a2bdbe204ad666fc9
2   "name": "ASMScaleKit",
3   "version": "0.1.2",
4   "summary": "Wrapper for smart scale APIs (currently supports Withings)",
5   "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",
6   "homepage": "https://github.com/amolloy/ASMScaleKit",
7   "license": "MIT",
8   "authors": {
9     "Andrew Molloy": "amolloy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/amolloy/ASMScaleKit.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/amolloy",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "libextobjc/EXTScope": [
22       "~> 0.4"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Pod/Classes",
30         "Pod/Classes/OAuth"
31       ],
32       "ios": {
33         "source_files": "Pod/Classes/OAuth/iOS"
34       },
35       "public_header_files": "Pod/Classes/*.h"
36     },
37     {
38       "name": "Withings",
39       "dependencies": {
40         "ASMScaleKit/Core": [
42         ]
43       },
44       "source_files": "Pod/Classes/Withings",
45       "public_header_files": "Pod/Classes/Withings/*.h"
46     }
47   ]