[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / a / b / c / DarkSkySwift / 0.0.1 / DarkSkySwift.podspec.json
blob2f0e7f7d9820ff197bc75b7871c13bce7658f449
2   "name": "DarkSkySwift",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "DarkSky API Swift Framework",
9   "homepage": "https://github.com/cyupa/DarkSkySwift",
10   "social_media_url": "https://twitter.com/cyupa89",
11   "authors": {
12     "Ciprian Redinciuc": "ciprian@applicodo.com"
13   },
14   "source": {
15     "git": "https://github.com/cyupa/DarkSkySwift.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "4.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/*.swift",
31       "frameworks": "Foundation"
32     }
33   ]