[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 9 / 4 / 8 / XamoomSDK / 3.11.12 / XamoomSDK.podspec.json
blob6e6dd7844016b74ce86430e80be20785c30c0721
2   "name": "XamoomSDK",
3   "version": "3.11.12",
4   "summary": "Integrate your app with your xamoom system. More information at www.xamoom.com",
5   "homepage": "http://xamoom.github.io/xamoom-ios-sdk/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Raphael Seher": "raphael@xamoom.com"
12   },
13   "source": {
14     "git": "https://github.com/xamoom/xamoom-ios-sdk.git",
15     "tag": "3.11.12"
16   },
17   "social_media_url": "https://twitter.com/xamoom",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "static_framework": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "XamoomSDK/Classes/**/**/*.{h,m}",
28       "public_header_files": "XamoomSDK/Classes/**/*.h",
29       "resources": "XamoomSDK/Assets/Images.xcassets",
30       "resource_bundles": {
31         "XamoomSDK": [
32           "XamoomSDK/Assets/*.xcassets",
33           "XamoomSDK/Assets/*.lproj",
34           "XamoomSDK/Classes/ContentBlocks/**/*.xib",
35           "XamoomSDK/Assets/*.xcdatamodeld"
36         ]
37       },
38       "dependencies": {
39         "JSONAPI": [
40           "~> 1.0.7"
41         ],
42         "SDWebImage": [
43           ">= 3.7",
44           "< 5.0"
45         ],
46         "JAMSVGImage": [
48         ],
49         "Mapbox-iOS-SDK": [
51         ],
52         "Firebase": [
53           ">= 5.15.0"
54         ],
55         "FirebaseCore": [
56           ">= 5.1.0"
57         ],
58         "FirebaseMessaging": [
60         ]
61       }
62     }
63   ]