[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 0 / Omnia / 3.1.0 / Omnia.podspec.json
blob1c750989eda904ed6a488bd33cae389d7a092fc9
2   "name": "Omnia",
3   "summary": "Everything your projects need to know",
4   "version": "3.1.0",
5   "homepage": "https://github.com/onmyway133/Omnia",
6   "license": "MIT",
7   "authors": {
8     "Khoa Pham": "onmyway133@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/onmyway133/Omnia.git",
12     "tag": "3.1.0"
13   },
14   "social_media_url": "https://twitter.com/onmyway133",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "tvos": "12.0",
19     "watchos": "4.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": "Sources/{iOS,Shared}/**/*",
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   },
29   "tvos": {
30     "source_files": "Sources/{iOS,tvOS,Shared}/**/*"
31   },
32   "osx": {
33     "source_files": "Sources/{macOS,Shared}/**/*",
34     "frameworks": [
35       "Cocoa",
36       "Foundation"
37     ]
38   },
39   "watchos": {
40     "source_files": "Sources/{watchOS,Shared}/**/*"
41   },
42   "swift_versions": "5.0"