blob: 6fc7eff016d3b23e408da705dcca5e09ae20c188 [file] [log] [blame]
{
"name": "Atlas",
"version": "1.0.31",
"summary": "Atlas is a library of communications user interface components integrated with LayerKit.",
"homepage": "https://atlas.layer.com/",
"social_media_url": "http://twitter.com/layer",
"documentation_url": "http://atlas.layer.com/docs",
"license": "Apache2",
"authors": {
"Kevin Coleman": "kevin@layer.com",
"Blake Watters": "blake@layer.com",
"Klemen Verdnik": "klemen@layer.com",
"Ben Blakely": "ben@layer.com",
"Daniel Maness": "daniel@layer.com",
"Mark Krenek": "mark@layer.com"
},
"source": {
"git": "https://github.com/layerhq/Atlas-iOS.git",
"tag": "v1.0.31"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Code/**/*.{h,m}",
"public_header_files": "Code/**/*.h",
"ios": {
"resource_bundles": {
"AtlasResource": "Resources/*"
},
"frameworks": [
"UIKit",
"CoreLocation",
"MobileCoreServices"
]
},
"dependencies": {
"LayerKit": [
">= 0.23.0"
]
},
"pushed_with_swift_version": null
}