blob: 59996c225858de25b5e757ec85a84eb0d88a1540 [file] [log] [blame]
{
"name": "Atlas",
"version": "1.0.6",
"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"
},
"source": {
"git": "https://github.com/layerhq/Atlas-iOS.git",
"tag": "v1.0.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Code/**/*.{h,m}",
"ios": {
"resource_bundles": {
"AtlasResource": "Resources/*"
},
"frameworks": [
"UIKit",
"CoreLocation",
"MobileCoreServices"
]
},
"header_mappings_dir": "Code",
"dependencies": {
"LayerKit": [
">= 0.13.0"
]
}
}