blob: 3abbd71a014f8f182b7d38299aed681865c87caf [file] [log] [blame]
{
"name": "XamoomSDK",
"version": "3.5.4",
"summary": "Integrate your app with your xamoom system. More information at www.xamoom.com",
"homepage": "http://xamoom.github.io/xamoom-ios-sdk/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raphael Seher": "raphael@xamoom.com"
},
"source": {
"git": "https://github.com/xamoom/xamoom-ios-sdk.git",
"tag": "3.5.4"
},
"social_media_url": "https://twitter.com/xamoom",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "XamoomSDK/Classes/**/**/*.{h,m}",
"public_header_files": "XamoomSDK/Classes/**/*.h",
"resources": "XamoomSDK/Assets/Images.xcassets",
"exclude_files": "XamoomSDK/Classes/XMMPushManager.{h,m}",
"resource_bundles": {
"XamoomSDK": [
"XamoomSDK/Assets/*.xcassets",
"XamoomSDK/Assets/*.lproj",
"XamoomSDK/Classes/ContentBlocks/**/*.xib",
"XamoomSDK/Assets/*.xcdatamodeld"
]
},
"dependencies": {
"JSONAPI": [
"~> 1.0.0"
],
"SDWebImage": [
"~>3.7"
],
"JAMSVGImage": [
]
}
},
{
"name": "Push",
"source_files": "XamoomSDK/Classes/XMMPushManager.{h,m}",
"libraries": [
"stdc++",
"z"
],
"dependencies": {
"Pushwoosh": [
]
}
},
{
"name": "PushWorkaround",
"preserve_paths": "XamoomSDK/Classes/XMMPushManager.{h,m}",
"libraries": [
"stdc++",
"z"
]
}
]
}