[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 9 / 4 / 8 / XamoomSDK / 3.8.0 / XamoomSDK.podspec.json
blob509e84d287f5450cf5146ad2f4a9fcf91426d5d3
2   "name": "XamoomSDK",
3   "version": "3.8.0",
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.8.0"
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   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "XamoomSDK/Classes/**/**/*.{h,m}",
27       "public_header_files": "XamoomSDK/Classes/**/*.h",
28       "resources": "XamoomSDK/Assets/Images.xcassets",
29       "exclude_files": "XamoomSDK/Classes/XMMPushManager.{h,m}",
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.0"
41         ],
42         "SDWebImage": [
43           "~>3.7"
44         ],
45         "JAMSVGImage": [
47         ]
48       }
49     },
50     {
51       "name": "Push",
52       "source_files": "XamoomSDK/Classes/XMMPushManager.{h,m}",
53       "libraries": [
54         "stdc++",
55         "z"
56       ],
57       "dependencies": {
58         "Pushwoosh": [
60         ]
61       }
62     },
63     {
64       "name": "PushWorkaround",
65       "preserve_paths": "XamoomSDK/Classes/XMMPushManager.{h,m}",
66       "libraries": [
67         "stdc++",
68         "z"
69       ]
70     }
71   ]