blob: d41a86868163c76334ca77335dc88dcca2dd40b6 [file] [log] [blame]
{
"name": "EmplateSDK",
"version": "0.9.1",
"summary": "The Emplate iOS SDK.",
"homepage": "http://emplate.it",
"authors": {
"Emplate ApS": "http://emplate.it"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Emplate/emplate-ios-sdk.git",
"tag": "0.9.1"
},
"source_files": "EmplateSDK/Headers/*.h",
"preserve_paths": "EmplateSDK/libEmplateSDK.a",
"vendored_libraries": "EmplateSDK/libEmplateSDK.a",
"license": "Other",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreBluetooth",
"CoreLocation"
],
"dependencies": {
"RestKit": [
"~>0.26"
],
"Reachability": [
"~>3.2"
]
}
}