[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 9 / 4 / 8 / XamoomSDK / 3.10.7 / XamoomSDK.podspec.json
blob874af79b1d70bb844fed949d545828b6a58b7ded
2   "name": "XamoomSDK",
3   "version": "3.10.7",
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.10.7"
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       "resource_bundles": {
30         "XamoomSDK": [
31           "XamoomSDK/Assets/*.xcassets",
32           "XamoomSDK/Assets/*.lproj",
33           "XamoomSDK/Classes/ContentBlocks/**/*.xib",
34           "XamoomSDK/Assets/*.xcdatamodeld"
35         ]
36       },
37       "dependencies": {
38         "JSONAPI": [
39           "~> 1.0.7"
40         ],
41         "SDWebImage": [
42           "~>3.7"
43         ],
44         "JAMSVGImage": [
46         ]
47       }
48     }
49   ]