[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 7 / 0 / InPlayerSDK / 1.4.0 / InPlayerSDK.podspec.json
blob6c7281ba13f70a768c4418ae340d22da2269bdef
2   "name": "InPlayerSDK",
3   "version": "1.4.0",
4   "summary": "InPlayer's iOS API client wrapper.",
5   "homepage": "https://inplayer.com/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Srdjan Rakic": "srdjan@inplayer.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/inplayer-org/inplayer-ios-sdk.git",
18     "tag": "1.4.0",
19     "submodules": true
20   },
21   "source_files": "Source/**/*.swift",
22   "requires_arc": true,
23   "swift_versions": "4.2",
24   "swift_version": "4.2",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Source/Core/**/*.swift",
29       "dependencies": {
30         "Alamofire": [
31           "5.0.0.beta.1"
32         ]
33       }
34     },
35     {
36       "name": "Notification",
37       "source_files": "Source/{Core,Notification}/**/*.swift",
38       "dependencies": {
39         "Alamofire": [
40           "5.0.0.beta.1"
41         ],
42         "AWSIoT": [
43           "2.9.3"
44         ]
45       }
46     },
47     {
48       "name": "Payment",
49       "source_files": "Source/{Core,Payment}/**/*.swift",
50       "dependencies": {
51         "Alamofire": [
52           "5.0.0.beta.1"
53         ]
54       }
55     }
56   ]