[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / c / 4 / LwayveSDK / 3.0.0 / LwayveSDK.podspec.json
blob1fb846b3cfb5b25dcea4a72be0a4d55a7ca10edc
2   "name": "LwayveSDK",
3   "version": "3.0.0",
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": "3.0.0"
15   },
16   "default_subspecs": "Core",
17   "requires_arc": true,
18   "license": "MIT",
19   "subspecs": [
20     {
21       "name": "Core",
22       "dependencies": {
23         "YapDatabase/Standard/Core": [
24           "3.0"
25         ],
26         "Alamofire": [
27           "~> 4.5.0"
28         ],
29         "SwiftyJSON": [
30           "~> 3.1.4"
31         ],
32         "CocoaLumberjack": [
33           "~> 3"
34         ],
35         "GoogleToolboxForMac/NSData+zlib": [
36           "~> 2.1.1"
37         ]
38       },
39       "vendored_frameworks": "LwayveSDK/LwayveSDK.framework",
40       "frameworks": [
41         "AVFoundation",
42         "Foundation",
43         "MediaPlayer"
44       ]
45     },
46     {
47       "name": "ProxSee",
48       "dependencies": {
49         "LwayveSDK/Core": [
51         ],
52         "ProxSeeSDK": [
53           "3.0.2"
54         ]
55       },
56       "frameworks": "CoreLocation"
57     }
58   ]