[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / a / Environment / 0.1.0 / Environment.podspec.json
blobf2459d64fe3d617fb1ab52bd13ed27ca7d8b1a2d
2   "name": "Environment",
3   "version": "0.1.0",
4   "summary": "Easy access to environment variables from Swift. Linux & OS X ready.",
5   "description": "Access environment variables with ease, even in places where `NSProcessInfo` is unavailable. Linux & OS X ready.",
6   "homepage": "https://github.com/czechboy0/Environment",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Honza Dvorsky": "https://honzadvorsky.com"
13   },
14   "social_media_url": "http://twitter.com/czechboy0",
15   "platforms": {
16     "osx": "10.9",
17     "ios": "8.0",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/czechboy0/Environment.git",
23     "tag": "0.1.0"
24   },
25   "source_files": "Sources/Environment/*.swift"