[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / c / e / EmplateSDK / 1.0.0 / EmplateSDK.podspec.json
blobba672c03dbc0ebbc8c8cd0f502cf43ed26ce079a
2   "name": "EmplateSDK",
3   "version": "1.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": "1.0.0"
17   },
18   "vendored_frameworks": "EmplateSDK.framework",
19   "module_map": "EmplateSDK.framework/Modules/module.modulemap",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "SystemConfiguration",
24     "MobileCoreServices",
25     "CoreBluetooth",
26     "CoreLocation"
27   ],
28   "dependencies": {
29     "Realm": [
30       "~>2.8.3"
31     ]
32   }