blob: 0a09fe07df7f6f655740731a4e537c3cf79ea489 [file] [log] [blame]
{
"name": "LimeConnectSDK",
"version": "1.5.2",
"summary": "Connect your apps to Lime Connect service",
"description": "Connect your apps to Lime Connect 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.2"
},
"social_media_url": "https://twitter.com/lime_company",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LimeConnectSDK": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"SDWebImage": [
"~> 3.6"
]
}
}