[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / 8 / LayerXDK / 1.0.0-pre2 / LayerXDK.podspec.json
blob2261f4739120938f58f3f8da552d2e25be440a13
2   "name": "LayerXDK",
3   "version": "1.0.0-pre2",
4   "summary": "Layer XDK for Cocoa is a collection of Frameworks that provide native interfaces to access the Layer communications cloud and UI components to build rich messaging apps.",
5   "homepage": "https://github.com/layerhq/iOS-XDK",
6   "social_media_url": "http://twitter.com/layer",
7   "documentation_url": "https://docs.layer.com",
8   "license": "Apache2",
9   "authors": {
10     "Blake Watters": "blake@layer.com",
11     "Daniel Maness": "daniel@layer.com",
12     "Jeremy Wyld": "jeremy@layer.com",
13     "Klemen Verdnik": "klemen@layer.com",
14     "Łukasz Przytuła": "lukasz@layer.com"
15   },
16   "source": {
17     "git": "https://github.com/layerhq/iOS-XDK.git",
18     "tag": "v1.0.0-pre2"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "9.0"
23   },
24   "default_subspecs": "UI",
25   "subspecs": [
26     {
27       "name": "UI",
28       "platforms": {
29         "ios": "9.0"
30       },
31       "frameworks": [
32         "UIKit",
33         "CoreLocation",
34         "MapKit",
35         "MobileCoreServices",
36         "SafariServices",
37         "QuickLook"
38       ],
39       "source_files": "UI/Code/**/*.{h,m}",
40       "ios": {
41         "resource_bundles": {
42           "LayerXDKUIResource": "UI/Resources/*"
43         }
44       },
45       "dependencies": {
46         "LayerKit": [
47           "= 1.0.0-pre2"
48         ]
49       }
50     }
51   ]