[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / e / SwiftUtilities / 1.0.4 / SwiftUtilities.podspec.json
blob185d8757c2c21d5c8823806a61a7e8bb13ad1890
2   "name": "SwiftUtilities",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "Common Swift 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   "dependencies": {
23     "RxSwift": [
24       "~> 3.0"
25     ],
26     "RxCocoa": [
27       "~> 3.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0",
31   "subspecs": [
32     {
33       "name": "Main",
34       "source_files": "SwiftUtilities/**/*.{swift}"
35     }
36   ]