blob: 1b911e52588ff1bc88c4994295af0e9aac42ea37 [file] [log] [blame]
{
"name": "LayerKit",
"version": "1.0.0-pre2",
"summary": "LayerKit is the iOS client interface for the Layer communications cloud.",
"license": "Commercial",
"authors": {
"Andrew McKnight": "andrew@layer.com",
"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": "v1.0.0-pre2"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "LayerKit.framework",
"frameworks": [
"CFNetwork",
"Security",
"MobileCoreServices",
"SystemConfiguration",
"UIKit"
]
}
}