[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / 0 / InPlayerSDK / 3.0.6 / InPlayerSDK.podspec.json
blob6cef881638b0f8e182a7a1914aeaf9bbc0f33bea
2   "name": "InPlayerSDK",
3   "version": "3.0.6",
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": "3.0.6",
19     "submodules": true
20   },
21   "source_files": "Source/**/*.swift",
22   "requires_arc": true,
23   "swift_versions": "4.2",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/Core/**/*.*",
28       "dependencies": {
29         "Alamofire": [
30           "5.2.0"
31         ]
32       }
33     },
34     {
35       "name": "Notification",
36       "source_files": "Source/Notification/**/*.*",
37       "dependencies": {
38         "InPlayerSDK/Core": [
40         ],
41         "AWSIoT": [
42           "2.13.4"
43         ]
44       }
45     },
46     {
47       "name": "Payment",
48       "source_files": "Source/Payment/**/*.*",
49       "dependencies": {
50         "InPlayerSDK/Core": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "4.2"