[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / a / 6 / 5 / Atlas / 1.1.2 / Atlas.podspec.json
blob593d1b730a4ab9d11ca3a6c5a557e480dca66b5c
2   "name": "Atlas",
3   "version": "1.1.2",
4   "summary": "Atlas is a library of communications user interface components integrated with LayerKit.",
5   "homepage": "https://github.com/layerhq/Atlas-iOS",
6   "social_media_url": "http://twitter.com/layer",
7   "documentation_url": "https://docs.layer.com/sdk/atlas_ios/introduction",
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     "Mark Krenek": "mark@layer.com"
16   },
17   "source": {
18     "git": "https://github.com/layerhq/Atlas-iOS.git",
19     "tag": "v1.1.2"
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "source_files": "Code/**/*.{h,m}",
26   "public_header_files": "Code/**/*.h",
27   "ios": {
28     "resource_bundles": {
29       "AtlasResource": "Resources/*"
30     },
31     "frameworks": [
32       "UIKit",
33       "CoreLocation",
34       "MobileCoreServices"
35     ]
36   },
37   "dependencies": {
38     "LayerKit": [
39       ">= 0.26.9"
40     ]
41   }