blob: 725c0f513a08243ce44924ba6655d772d61ae1c8 [file] [log] [blame]
{
"name": "SwiftySynchronized",
"version": "0.0.1",
"summary": "A Swift generic wrapper type to help enforce thread-safe usage of stored properties.",
"description": "A Swift generic wrapper type to help enforce thread-safe usage of stored properties.",
"homepage": "https://github.com/nik3212/SwiftySynchronized",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikita Vasilev": "nv3212@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/nik3212/SwiftySynchronized.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"exclude_files": "Sources/*.plist",
"swift_version": "5.0"
}