[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / c / a / TripiCommon / 0.2.6 / TripiCommon.podspec.json
blobbf68041db31bdb52ba630594edb83b06eb9dda29
2   "name": "TripiCommon",
3   "version": "0.2.6",
4   "summary": "Foundation library for all Tripi internal project.",
5   "description": "Foundation library for all Tripi internal project.\nInclude core networking, helpers, extensions, etc.",
6   "homepage": "https://bitbucket.org/chodulich/ios-public-libraries",
7   "license": {
8     "type": "proprietary",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hoang Pham": "hoangph.it@tripi.vn"
13   },
14   "source": {
15     "git": "https://bitbucket.org/chodulich/ios-public-libraries.git",
16     "tag": "0.2.6"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.0"
23   ],
24   "resources": "TripiCommon/Assets/*.xcassets",
25   "dependencies": {
26     "Moya/RxSwift": [
27       "~> 14.0"
28     ],
29     "SwiftyBeaver": [
30       "~> 1.7"
31     ]
32   },
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "source_files": "TripiCommonTests/**/*"
38     }
39   ],
40   "subspecs": [
41     {
42       "name": "Core",
43       "source_files": "TripiCommon/Classes/**/*"
44     },
45     {
46       "name": "Rx",
47       "source_files": [
48         "TripiCommon/Classes/**/*",
49         "TripiCommon/Rx/**/*"
50       ],
51       "dependencies": {
52         "RxCocoa": [
53           "5.1.0"
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.0"