[Add] AdisonOfferwallSDK 3.9.6
[CocoaPods.git] / Specs / e / 9 / 4 / Omicron / 0.1.1 / Omicron.podspec.json
blobf39706b46acb4d5c4d722fec906fc5616c0b7982
2   "name": "Omicron",
3   "version": "0.1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A tiny API Service framework",
9   "homepage": "https://github.com/dimitris-c/Omicron",
10   "authors": {
11     "Dimitris Chatzieleftheriou, Harris Spentzas": "hello@decimal.gr"
12   },
13   "source": {
14     "git": "https://github.com/dimitris-c/Omicron.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "default_subspecs": "Core",
24   "pushed_with_swift_version": "3.0.2",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Omicron/**/*.swift",
29       "dependencies": {
30         "Alamofire": [
31           "~> 4.0"
32         ],
33         "SwiftyJSON": [
35         ]
36       },
37       "frameworks": "Foundation"
38     },
39     {
40       "name": "RxSwift",
41       "source_files": "Sources/RxOmicron/",
42       "dependencies": {
43         "Omicron/Core": [
45         ],
46         "RxSwift": [
47           "~> 3.0"
48         ]
49       }
50     }
51   ]