[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 9 / 2 / a / BMSAnalytics / 2.2.5 / BMSAnalytics.podspec.json
blobee29538b469a5f970b3255880a92e0d7fb6e734b
2   "name": "BMSAnalytics",
3   "version": "2.2.5",
4   "summary": "The analytics component of the Swift client SDK for IBM Bluemix Mobile Services",
5   "homepage": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-analytics",
6   "documentation_url": "https://ibm-bluemix-mobile-services.github.io/API-docs/client-SDK/BMSAnalytics/Swift/index.html",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "IBM Bluemix Services Mobile SDK": "mobilsdk@us.ibm.com"
10   },
11   "source": {
12     "git": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-analytics.git",
13     "tag": "2.2.5"
14   },
15   "source_files": [
16     "Source/**/*.swift",
17     "Source/Resource/*.h"
18   ],
19   "ios": {
20     "exclude_files": "Source/**/*watchOS*.swift",
21     "resources": [
22       "Source/Resources/*.{storyboard,xcassets,json,imageset,png}"
23     ]
24   },
25   "watchos": {
26     "exclude_files": [
27       "Source/**/*iOS*.swift",
28       "Source/Feedback",
29       "Source/SSZipArchive/*.{swift,h}",
30       "Source/SSZipArchive/minizip/*.{c,h}",
31       "Source/SSZipArchive/minizip/aes/*.{c,h}"
32     ]
33   },
34   "dependencies": {
35     "BMSCore": [
36       "~> 2.1"
37     ]
38   },
39   "requires_arc": true,
40   "platforms": {
41     "ios": "8.0",
42     "watchos": "2.0"
43   },
44   "subspecs": [
45     {
46       "name": "SSZipArchive",
47       "source_files": [
48         "Source/SSZipArchive/*.{m,h}",
49         "Source/SSZipArchive/minizip/*.{c,h}",
50         "Source/SSZipArchive/minizip/aes/*.{c,h}"
51       ],
52       "libraries": "z",
53       "pod_target_xcconfig": {
54         "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Source/SSZipArchive",
55         "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Source/SSZipArchive"
56       },
57       "public_header_files": "Source/SSZipArchive/*.h"
58     }
59   ]