[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / f / 4 / BMSSecurity / 1.2.0 / BMSSecurity.podspec.json
blobdcad8cb0d49d7812406f18b13a8188d65328b5e8
2   "name": "BMSSecurity",
3   "version": "1.2.0",
4   "summary": "The security component of the Swift client SDK for IBM Bluemix Mobile Services",
5   "homepage": "https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-security",
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-security.git",
12     "tag": "v1.2.0"
13   },
14   "requires_arc": true,
15   "dependencies": {
16     "BMSCore": [
17       "~> 1.0"
18     ],
19     "RNCryptor": [
20       "~> 4.0.0-beta"
21     ]
22   },
23   "source_files": [
24     "Source/**/*.swift",
25     "Source/Resources/BMSSecurity.h"
26   ],
27   "platforms": {
28     "ios": "8.0"
29   }