blob: d8d06d4b51d0dd9235e9cd74d3293ccbd9ab16ec [file] [log] [blame]
{
"name": "CoreDataGenerator",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/lotusflare/lfos-cdg",
"authors": {
"LotusFlare": "ios@lotusflare.com"
},
"summary": "LotusFlare Core Data Generator",
"source": {
"git": "https://github.com/lotusflare/lfos-cdg.git",
"tag": "1.0.0"
},
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source_files": "CoreDataGenerator/CoreDataGenerator/**/*.{h,m,swift}",
"public_header_files": "CoreDataGenerator/CoreDataGenerator/*.h",
"resources": [
"CoreDataGenerator/CoreDataGenerator/Templates/*.{stencil}"
],
"swift_version": "5.0"
}