[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 6 / 5 / Atlas / 1.0.6 / Atlas.podspec.json
blob59996c225858de25b5e757ec85a84eb0d88a1540
2   "name": "Atlas",
3   "version": "1.0.6",
4   "summary": "Atlas is a library of communications user interface components integrated with LayerKit.",
5   "homepage": "https://atlas.layer.com/",
6   "social_media_url": "http://twitter.com/layer",
7   "documentation_url": "http://atlas.layer.com/docs",
8   "license": "Apache2",
9   "authors": {
10     "Kevin Coleman": "kevin@layer.com",
11     "Blake Watters": "blake@layer.com",
12     "Klemen Verdnik": "klemen@layer.com",
13     "Ben Blakely": "ben@layer.com"
14   },
15   "source": {
16     "git": "https://github.com/layerhq/Atlas-iOS.git",
17     "tag": "v1.0.6"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": "Code/**/*.{h,m}",
24   "ios": {
25     "resource_bundles": {
26       "AtlasResource": "Resources/*"
27     },
28     "frameworks": [
29       "UIKit",
30       "CoreLocation",
31       "MobileCoreServices"
32     ]
33   },
34   "header_mappings_dir": "Code",
35   "dependencies": {
36     "LayerKit": [
37       ">= 0.13.0"
38     ]
39   }