blob: 1396bf38869bd4e8da6499c4d43a075fb4ef7b94 [file] [log] [blame]
{
"name": "Watchface",
"version": "0.0.2",
"summary": "Apple Watch watch face file (.watchface) decoder/encoder",
"description": "Apple Watch watch face file (.watchface) decoder / encoder with NSFileWrapper support",
"homepage": "https://github.com/banjun/WatchFaceDumper",
"license": "MIT",
"authors": {
"banjun": "banjun@gmail.com"
},
"social_media_url": "https://twitter.com/banjun",
"platforms": {
"ios": "13.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/banjun/WatchFaceDumper.git",
"tag": "0.0.2"
},
"source_files": "Watchface/**/*.swift",
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}