[Add] YIM 2.5.0
[CocoaPods.git] / Specs / b / 0 / e / LimeEngageSDK / 1.5.4 / LimeEngageSDK.podspec.json
blob4a280e48c244920abca1a5821db2fc1b403de635
2   "name": "LimeEngageSDK",
3   "version": "1.5.4",
4   "summary": "Connect your apps to Lime Engage service",
5   "description": "Connect your apps to Lime Engage service with a single line of code and\nmake your app context-aware with beacons.",
6   "homepage": "http://lime-company.eu/",
7   "license": "GPL",
8   "authors": {
9     "Lime - HighTech Solutions s.r.o.": "hello@lime-company.eu"
10   },
11   "source": {
12     "git": "https://github.com/lime-company/lime-sdk-ios.git",
13     "tag": "1.5.4"
14   },
15   "social_media_url": "https://twitter.com/lime_company",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m}",
21   "resource_bundles": {
22     "LimeEngageSDK": [
23       "Pod/Assets/*.png",
24       "Pod/Assets/*.storyboard"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h",
28   "frameworks": [
29     "UIKit",
30     "MapKit"
31   ],
32   "dependencies": {
33     "AFNetworking": [
34       "~> 2.6"
35     ],
36     "SDWebImage": [
37       "~> 3.6"
38     ]
39   }