[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 2 / a / BMSAnalytics / 1.2.2 / BMSAnalytics.podspec.json
blob6ddeab6f179add72dd1a8ad5638dc57220b2ed49
2   "name": "BMSAnalytics",
3   "version": "1.2.2",
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   "license": "Apache License, Version 2.0",
7   "authors": {
8     "IBM Bluemix Services Mobile SDK": "mobilsdk@us.ibm.com"
9   },
10   "source": {
11     "git": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-analytics.git",
12     "tag": "1.2.2"
13   },
14   "source_files": "Source/**/*.swift",
15   "ios": {
16     "exclude_files": "Source/**/*watchOS*.swift"
17   },
18   "watchos": {
19     "exclude_files": "Source/**/*iOS*.swift"
20   },
21   "dependencies": {
22     "BMSCore": [
23       "~> 1.1"
24     ]
25   },
26   "requires_arc": true,
27   "platforms": {
28     "ios": "8.0",
29     "watchos": "2.0"
30   }