[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / c / e / EmplateSDK / 2.0.0 / EmplateSDK.podspec.json
blob707faa8b01e40028368734575b6a177f04e116b6
2   "name": "EmplateSDK",
3   "version": "2.0.0",
4   "summary": "The Emplate iOS SDK.",
5   "homepage": "http://emplate.it",
6   "authors": {
7     "Emplate ApS": "http://emplate.it"
8   },
9   "license": "Other",
10   "module_name": "EmplateSDK",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Emplate/emplate-ios-sdk.git",
16     "tag": "2.0.0"
17   },
18   "vendored_frameworks": "EmplateSDK.framework",
19   "preserve_paths": "EmplateSDK.framework",
20   "module_map": "EmplateSDK.framework/Modules/module.modulemap",
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "SystemConfiguration",
25     "MobileCoreServices",
26     "CoreBluetooth",
27     "CoreLocation"
28   ],
29   "dependencies": {
30     "Realm": [
31       "~>3.0.0"
32     ]
33   }