blob: f2459d64fe3d617fb1ab52bd13ed27ca7d8b1a2d [file] [log] [blame]
{
"name": "Environment",
"version": "0.1.0",
"summary": "Easy access to environment variables from Swift. Linux & OS X ready.",
"description": "Access environment variables with ease, even in places where `NSProcessInfo` is unavailable. Linux & OS X ready.",
"homepage": "https://github.com/czechboy0/Environment",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honza Dvorsky": "https://honzadvorsky.com"
},
"social_media_url": "http://twitter.com/czechboy0",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/czechboy0/Environment.git",
"tag": "0.1.0"
},
"source_files": "Sources/Environment/*.swift"
}