[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / 2 / c / AtomBySecure / 2.2.1 / AtomBySecure.podspec.json
blobe426d3a42b0bf1a606414849669c0e70a05b2731
2   "name": "AtomBySecure",
3   "version": "2.2.1",
4   "summary": "AtomSDK by secure.com.",
5   "description": "Using this SDK developer can establish VPN connection.",
6   "homepage": "https://github.com/atomsdk/atomsdk-demo-ios",
7   "license": {
8     "type": "Copyright",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Atom By Secure": "developer@atomapi.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12"
17   },
18   "source": {
19     "http": "https://www.dropbox.com/s/5j6vit4l1gp4mu5/AtomSDK.zip?dl=1"
20   },
21   "ios": {
22     "vendored_frameworks": "AtomSDK-iOS/AtomSDK.framework",
23     "xcconfig": {
24       "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AtomCore/AtomCore-iOS/\""
25     }
26   },
27   "osx": {
28     "vendored_frameworks": "AtomSDK-OSX/AtomSDK.framework",
29     "xcconfig": {
30       "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/AtomCore/AtomCore-OSX/\""
31     }
32   },
33   "dependencies": {
34     "AtomCore": [
35       "~> 1.0"
36     ]
37   }