blob: 1e03ea695e57475eccf497e16a2e7891a090715e [file] [log] [blame]
{
"name": "XamoomSDK",
"version": "2.1.0",
"summary": "Integrate your app with your xamoom system. More information at www.xamoom.com",
"homepage": "http://xamoom.github.io/xamoom-ios-sdk/",
"license": {
"type": "GPL",
"file": "LICENCE.md"
},
"authors": {
"Raphael Seher": "raphael@xamoom.com"
},
"source": {
"git": "https://github.com/xamoom/xamoom-ios-sdk.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/xamoom",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "XamoomSDK/Classes/**/*.{h,m}",
"public_header_files": "XamoomSDK/Classes/**/*.h",
"resources": "XamoomSDK/Assets/Images.xcassets",
"resource_bundles": {
"XamoomSDK": [
"XamoomSDK/Assets/*.xcassets",
"XamoomSDK/Assets/*.lproj",
"XamoomSDK/Classes/ContentBlocks/**/*.xib"
]
},
"dependencies": {
"JSONAPI": [
"~> 1.0.0"
],
"youtube-ios-player-helper": [
"= 0.1.4"
],
"SDWebImage": [
"~>3.7"
],
"JAMSVGImage": [
]
}
}