blob: 3b30f6546ce36f0cd51c96de36ca350abb48dbbb [file] [log] [blame]
{
"name": "LayerKit",
"version": "0.21.0",
"summary": "LayerKit is the iOS client interface for the Layer communications cloud.",
"license": "Commercial",
"authors": {
"Blake Watters": "blake@layer.com",
"Klemen Verdnik": "klemen@layer.com"
},
"homepage": "http://layer.com",
"libraries": [
"z",
"sqlite3"
],
"requires_arc": true,
"source": {
"git": "https://github.com/layerhq/releases-ios.git",
"tag": "v0.21.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "LayerKit.framework",
"frameworks": [
"CFNetwork",
"Security",
"MobileCoreServices",
"SystemConfiguration",
"UIKit"
]
}
}