[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / c / 4 / ASMScaleKit / 0.1.0 / ASMScaleKit.podspec.json
blob0b7b56b4197208219a04edbb15c6e091d3d22918
2   "name": "ASMScaleKit",
3   "version": "0.1.0",
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.0"
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   "xcconfig": {
26     "OTHER_LDFLAGS[sdk=iphoneos8*]": "-weak_framework HealthKit",
27     "OTHER_LDFLAGS[sdk=iphonesimulator8*]": "-weak_framework HealthKit",
28     "GCC_WARN_CHECK_SWITCH_STATEMENTS": "YES",
29     "GCC_WARN_SHADOW": "YES",
30     "GCC_WARN_64_TO_32_BIT_CONVERSION": "YES",
31     "CLANG_WARN_ENUM_CONVERSION": "YES",
32     "CLANG_WARN_INT_CONVERSION": "YES",
33     "CLANG_WARN_CONSTANT_CONVERSION": "YES",
34     "GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED": "YES",
35     "GCC_WARN_ABOUT_RETURN_TYPE": "YES",
36     "GCC_WARN_MISSING_PARENTHESES": "YES",
37     "GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS": "YES",
38     "GCC_WARN_ABOUT_MISSING_NEWLINE": "YES",
39     "GCC_WARN_SIGN_COMPARE": "YES",
40     "GCC_WARN_UNDECLARED_SELECTOR": "YES",
41     "GCC_WARN_UNUSED_FUNCTION": "YES",
42     "GCC_WARN_UNUSED_LABEL": "YES",
43     "GCC_WARN_UNUSED_VALUE": "YES",
44     "GCC_WARN_UNUSED_VARIABLE": "YES",
45     "GCC_WARN_ABOUT_MISSING_PROTOTYPES": "YES",
46     "GCC_WARN_TYPECHECK_CALLS_TO_PRINTF": "YES",
47     "GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS": "YES",
48     "GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS": "YES",
49     "GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO": "YES",
50     "GCC_WARN_NON_VIRTUAL_DESTRUCTOR": "YES",
51     "CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS": "YES",
52     "CLANG_WARN_IMPLICIT_SIGN_CONVERSION": "YES",
53     "CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION": "YES",
54     "CLANG_WARN_EMPTY_BODY": "YES",
55     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "YES",
56     "CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER": "YES",
57     "CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND": "YES",
58     "OTHER_CFLAGS": "-Wextra -Wno-unused-parameter -Wformat=2",
59     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES"
60   },
61   "subspecs": [
62     {
63       "name": "Core",
64       "source_files": [
65         "Pod/Classes",
66         "Pod/Classes/OAuth"
67       ],
68       "ios": {
69         "source_files": "Pod/Classes/OAuth/iOS"
70       },
71       "public_header_files": "Pod/Classes/*.h"
72     },
73     {
74       "name": "Withings",
75       "dependencies": {
76         "ASMScaleKit/Core": [
78         ]
79       },
80       "source_files": "Pod/Classes/Withings",
81       "public_header_files": "Pod/Classes/Withings/*.h"
82     }
83   ]