[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 3 / 9 / a / SwiftUtilitiesTests / 1.0.4 / SwiftUtilitiesTests.podspec.json
blob86648fd4dec61b3c479bab85ccfd47fd4f916490
2   "name": "SwiftUtilitiesTests",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Common Swift test utilities.",
7   "requires_arc": true,
8   "version": "1.0.4",
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Hai Pham": "swiften.svc@gmail.com"
15   },
16   "homepage": "https://github.com/protoman92/SwiftUtilities.git",
17   "source": {
18     "git": "https://github.com/protoman92/SwiftUtilities.git",
19     "tag": "1.0.4"
20   },
21   "frameworks": "UIKit",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Main",
26       "source_files": [
27         "SwiftUtilities/**/*.{swift}",
28         "SwiftUtilitiesTests/util/**/*.{swift}"
29       ],
30       "dependencies": {
31         "RxSwift": [
32           "~> 3.0"
33         ],
34         "RxCocoa": [
35           "~> 3.0"
36         ]
37       }
38     }
39   ]