[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 2 / 7 / HealthVault / 3.0-preview.2 / HealthVault.podspec.json
blob707e9a769cd191a534dd20d878495dc1f9567989
2   "name": "HealthVault",
3   "version": "3.0-preview.2",
4   "summary": "An iOS framework you can use to build applications that leverage the Microsoft HealthVault platform",
5   "description": "The healthvault-ios-sdk framework simplifies developing apps that use the Microsoft HealthVault platform. It handles authenticating users, managing credentials, serializing data types and much more.",
6   "homepage": "https://github.com/Microsoft/healthvault-ios-sdk",
7   "license": {
8     "type": "APACHE",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Microsoft": "hvtech@microsoft.com"
13   },
14   "source": {
15     "git": "https://github.com/Microsoft/healthvault-ios-sdk.git",
16     "tag": "3.0-preview.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "libraries": "xml2",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/include/libxml2",
25     "OTHER_LDFLAGS": "-lxml2"
26   },
27   "frameworks": [
28     "UIKit",
29     "Security",
30     "MobileCoreServices",
31     "SystemConfiguration"
32   ],
33   "default_subspecs": "CachingSupport",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "HealthVault/Classes/**/*.{h,m}",
38       "exclude_files": "HealthVault/Classes/Caching/**/*.{h,m}",
39       "private_header_files": "**/Private/**/*.h"
40     },
41     {
42       "name": "CachingSupport",
43       "resources": "HealthVault/Assets/MHVThingCacheDatabase.xcdatamodeld",
44       "preserve_paths": "HealthVault/Assets/MHVThingCacheDatabase.xcdatamodeld",
45       "source_files": "HealthVault/Classes/**/*.{h,m}",
46       "private_header_files": "**/Private/**/*.h",
47       "xcconfig": {
48         "GCC_PREPROCESSOR_DEFINITIONS": "THING_CACHE=1"
49       },
50       "frameworks": "CoreData",
51       "dependencies": {
52         "EncryptedCoreData": [
53           "~> 3.1"
54         ]
55       }
56     },
57     {
58       "name": "Tests",
59       "source_files": "HealthVault/Classes/**/*.{h,m,xcdatamodeld}",
60       "resources": "HealthVault/Assets/**/*",
61       "xcconfig": {
62         "GCC_PREPROCESSOR_DEFINITIONS": "THING_CACHE=1"
63       },
64       "frameworks": "CoreData",
65       "dependencies": {
66         "EncryptedCoreData": [
67           "~> 3.1"
68         ]
69       }
70     }
71   ]