blob: f05b5f2a85cbfe232405dbea41b77bf0f431c681 [file] [log] [blame]
{
"name": "AppFolder",
"version": "0.2.0",
"summary": "Never use NSSearchPathForDirectoriesInDomains again. Never.",
"description": "Your app folder structure. Friendly and strongly-typed. Friendly API for \"Documents/\", \"Library/Caches/\", \"Library/Application Support\", \"tmp/\" and any other directory you create.",
"homepage": "https://github.com/dreymonde/AppFolder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleg Dreyman": "dreymonde@me.com"
},
"social_media_url": "https://twitter.com/olegdreyman",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/dreymonde/AppFolder.git",
"tag": "0.2.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}