blob: f869466670f2d5b54ee43f36fea160802698e13e [file] [log] [blame]
{
"name": "LimeSDK",
"version": "2.0.0",
"summary": "Connect your apps to Lime service",
"description": "Connect your apps to Lime service with a single line of code",
"homepage": "http://getlime.io/",
"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": "2.0.0"
},
"social_media_url": "https://twitter.com/lime_company",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LimeSDK/Classes/**/*.{h,m}",
"resource_bundles": {
"LimeSDK": [
"LimeSDK/Assets/*.png",
"LimeSDK/Assets/*.storyboard"
]
},
"public_header_files": "LimeSDK/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SDWebImage": [
"~> 3.7"
]
}
}