blob: ab26108d4d08c571227e9b9cdbed275f714a52a7 [file] [log] [blame]
{
"name": "EasyStash",
"summary": "Easy data persistence in Swift",
"version": "1.1.7",
"homepage": "https://github.com/onmyway133/EasyStash",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/EasyStash.git",
"tag": "1.1.7"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "12.0",
"watchos": "5.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*"
},
"tvos": {
"source_files": "Sources/**/*"
},
"osx": {
"source_files": "Sources/**/*"
},
"watchos": {
"source_files": "Sources/**/*"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}