[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 5 / LimeSDK / 2.0.0 / LimeSDK.podspec.json
blobf869466670f2d5b54ee43f36fea160802698e13e
2   "name": "LimeSDK",
3   "version": "2.0.0",
4   "summary": "Connect your apps to Lime service",
5   "description": "Connect your apps to Lime service with a single line of code",
6   "homepage": "http://getlime.io/",
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": "2.0.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": "LimeSDK/Classes/**/*.{h,m}",
21   "resource_bundles": {
22     "LimeSDK": [
23       "LimeSDK/Assets/*.png",
24       "LimeSDK/Assets/*.storyboard"
25     ]
26   },
27   "public_header_files": "LimeSDK/Classes/**/*.h",
28   "frameworks": [
29     "UIKit",
30     "MapKit"
31   ],
32   "dependencies": {
33     "AFNetworking": [
34       "~> 3.0"
35     ],
36     "SDWebImage": [
37       "~> 3.7"
38     ]
39   }