blob: 3a090e0beff88c3d95270475105dd2b5c9d2cb56 [file] [log] [blame]
{
"name": "PlistManager",
"version": "0.1.1",
"summary": "Lightweight plist data management framework, leveraging Codable in Swift",
"description": "Easily CRUD anything that conforms to Codable to locally stored Plist files, leveraging the latest native Swift features.",
"homepage": "https://github.com/janakmshah/PlistManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Janak Shah": "janak.shah@cuvva.com"
},
"source": {
"git": "https://github.com/janakmshah/PlistManager.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PlistManager/Classes/**/*",
"frameworks": "Foundation",
"swift_versions": "5.0",
"swift_version": "5.0"
}