| { | |
| "name": "PropertyKit", | |
| "version": "1.0", | |
| "license": "MIT", | |
| "swift_version": "4.0", | |
| "summary": "Protocol-First, Type and Key-Safe Swift Property for iOS, macOS and tvOS.", | |
| "homepage": "https://github.com/metasmile/PropertyKit", | |
| "authors": { | |
| "Taeho Lee": "lee@stells.co" | |
| }, | |
| "source": { | |
| "git": "https://github.com/metasmile/PropertyKit.git", | |
| "tag": "1.0" | |
| }, | |
| "platforms": { | |
| "ios": "10.0", | |
| "osx": "10.10", | |
| "tvos": "9.0", | |
| "watchos": "2.0" | |
| }, | |
| "source_files": "Sources/**/*.swift" | |
| } |