[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / c / 4 / LwayveSDK / 2.4.1 / LwayveSDK.podspec.json
blob6135d1b94d2b7f772a1446a587870167e60f0a5f
2   "name": "LwayveSDK",
3   "version": "2.4.1",
4   "summary": "iOS library",
5   "homepage": "https://github.com/LWAYVE/ios-sdk",
6   "authors": {
7     "Lixar, Inc": "infra@lwayve.com"
8   },
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/LWAYVE/ios-sdk.git",
14     "tag": "2.4.1"
15   },
16   "default_subspecs": "Core",
17   "requires_arc": true,
18   "license": "MIT",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "dependencies": {
24         "YapDatabase/Standard/Core": [
25           "3.0"
26         ],
27         "Alamofire": [
28           "~> 4.5.0"
29         ],
30         "SwiftyJSON": [
31           "~> 3.1.4"
32         ],
33         "CocoaLumberjack": [
34           "~> 3"
35         ],
36         "GoogleToolboxForMac/NSData+zlib": [
37           "~> 2.1.1"
38         ]
39       },
40       "vendored_frameworks": "LwayveSDK/LwayveSDK.framework",
41       "frameworks": [
42         "AVFoundation",
43         "Foundation",
44         "MediaPlayer"
45       ]
46     },
47     {
48       "name": "ProxSee",
49       "dependencies": {
50         "LwayveSDK/Core": [
52         ],
53         "ProxSeeSDK": [
54           "3.0.0"
55         ]
56       },
57       "frameworks": "CoreLocation"
58     }
59   ]