blob: d4875dfa61da3d262da867ab6417f6d88e5fdf42 [file] [log] [blame]
{
"name": "Atlas",
"version": "1.1.1",
"summary": "Atlas is a library of communications user interface components integrated with LayerKit.",
"homepage": "https://github.com/layerhq/Atlas-iOS",
"social_media_url": "http://twitter.com/layer",
"documentation_url": "https://docs.layer.com/sdk/atlas_ios/introduction",
"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.1.1"
},
"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.26.5"
]
}
}