[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 9 / 4 / 8 / XamoomSDK / 3.5.0 / XamoomSDK.podspec.json
blob160b169f987474ac3bac1b423adada65bf326356
2   "name": "XamoomSDK",
3   "version": "3.5.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.5.0"
16   },
17   "social_media_url": "https://twitter.com/xamoom",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "libraries": [
24       "stdc++",
25       "z"
26     ]
27   },
28   "source_files": "XamoomSDK/Classes/**/**/*.{h,m}",
29   "public_header_files": "XamoomSDK/Classes/**/*.h",
30   "resources": "XamoomSDK/Assets/Images.xcassets",
31   "resource_bundles": {
32     "XamoomSDK": [
33       "XamoomSDK/Assets/*.xcassets",
34       "XamoomSDK/Assets/*.lproj",
35       "XamoomSDK/Classes/ContentBlocks/**/*.xib",
36       "XamoomSDK/Assets/*.xcdatamodeld"
37     ]
38   },
39   "dependencies": {
40     "JSONAPI": [
41       "~> 1.0.0"
42     ],
43     "SDWebImage": [
44       "~>3.7"
45     ],
46     "JAMSVGImage": [
48     ],
49     "Pushwoosh": [
51     ]
52   }