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