[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 6 / 5 / Atlas / 1.0.29 / Atlas.podspec.json
blob8e33e55a306ab17faa37f6b4bcfbefb0fc90c893
2   "name": "Atlas",
3   "version": "1.0.29",
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     "Daniel Maness": "daniel@layer.com"
15   },
16   "source": {
17     "git": "https://github.com/layerhq/Atlas-iOS.git",
18     "tag": "v1.0.29"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Code/**/*.{h,m}",
25   "public_header_files": "Code/**/*.h",
26   "ios": {
27     "resource_bundles": {
28       "AtlasResource": "Resources/*"
29     },
30     "frameworks": [
31       "UIKit",
32       "CoreLocation",
33       "MobileCoreServices"
34     ]
35   },
36   "dependencies": {
37     "LayerKit": [
38       ">= 0.23.0"
39     ]
40   }