blob: bacca60a2d2608c6ea92e7c5a052b67249027733 [file] [log] [blame]
{
"name": "LayerXDK",
"version": "4.0.1",
"summary": "Layer XDK for Cocoa is a collection of Frameworks that provide native interfaces to access the Layer communications cloud and UI components to build rich messaging apps.",
"homepage": "https://github.com/layerhq/iOS-XDK",
"social_media_url": "http://twitter.com/layer",
"documentation_url": "https://docs.layer.com",
"license": "Apache2",
"authors": {
"Blake Watters": "blake@layer.com",
"Daniel Maness": "daniel@layer.com",
"Jeremy Wyld": "jeremy@layer.com",
"Klemen Verdnik": "klemen@layer.com",
"Łukasz Przytuła": "lukasz@layer.com"
},
"source": {
"git": "https://github.com/layerhq/iOS-XDK.git",
"tag": "v4.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"default_subspecs": "UI",
"subspecs": [
{
"name": "UI",
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"CoreLocation",
"MapKit",
"MobileCoreServices",
"SafariServices",
"QuickLook"
],
"source_files": "UI/Code/**/*.{h,m}",
"ios": {
"resource_bundles": {
"LayerXDKUIResource": "UI/Resources/*"
}
},
"dependencies": {
"LayerKit": [
"~> 4.0.0"
]
}
}
]
}