blob: 4a280e48c244920abca1a5821db2fc1b403de635 [file] [log] [blame]
{
"name": "LimeEngageSDK",
"version": "1.5.4",
"summary": "Connect your apps to Lime Engage service",
"description": "Connect your apps to Lime Engage service with a single line of code and\nmake your app context-aware with beacons.",
"homepage": "http://lime-company.eu/",
"license": "GPL",
"authors": {
"Lime - HighTech Solutions s.r.o.": "hello@lime-company.eu"
},
"source": {
"git": "https://github.com/lime-company/lime-sdk-ios.git",
"tag": "1.5.4"
},
"social_media_url": "https://twitter.com/lime_company",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"LimeEngageSDK": [
"Pod/Assets/*.png",
"Pod/Assets/*.storyboard"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.6"
],
"SDWebImage": [
"~> 3.6"
]
}
}