[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / e / 3 / LimeConnectSDK / 1.5.0 / LimeConnectSDK.podspec.json
blobccfefda286610923355e344b59588c7f8c761064
2   "name": "LimeConnectSDK",
3   "version": "1.5.0",
4   "summary": "Connect your apps to Lime Connect service",
5   "description": "Connect your apps to Lime Connect 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.0"
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/**/*",
21   "resource_bundles": {
22     "LimeConnectSDK": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": [
28     "UIKit",
29     "MapKit"
30   ],
31   "dependencies": {
32     "AFNetworking": [
33       "~> 2.3"
34     ],
35     "SDWebImage": [
36       "~> 3.6"
37     ]
38   }