blob: f45fc53bea78f4e334dd4bb526baf2352f81abd7 [file] [log] [blame]
{
"name": "SwiftyPlistManager",
"version": "1.0.0",
"summary": "An easy to use plist manager written in Swift",
"description": "Loading and saving data is common in iOS apps. There are many ways to accomplish this: NSUserDefaults, CoreData, with a plist, or otherwise. Managing Plist files can be a hassle to say the least. To save you the sweat use SwiftPlistManager. Now available w/ completion handlers.",
"homepage": "https://github.com/rebeloper/SwiftyPlistManager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Nagy": "therebeloper@gmail.com"
},
"source": {
"git": "https://github.com/rebeloper/SwiftyPlistManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "SwiftyPlistManager/SwiftyPlistManager.swift",
"pushed_with_swift_version": "3.1"
}