blob: 01bde35619943483b1b07854d1aa2235d8a39b11 [file] [log] [blame]
{
"name": "Persist",
"version": "1.0.0",
"summary": "A simple Swift 2.0 Core Data stack using parent/child contexts",
"description": "Persist is a simple, reusable Core Data stack written in Swift.\nIt also provides some lightweight helpers for common actions such as creating entities, and querying.\nIt supports iOS 8+, watchOS 2.0, and Mac OS 10.9+.",
"homepage": "https://github.com/DanielTomlinson/Persist",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Tomlinson": "Dan@Tomlinson.io"
},
"social_media_url": "http://twitter.com/DanToml",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/DanielTomlinson/Persist.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Persist/*.{h,swift}"
],
"frameworks": "CoreData",
"documentation_url": "https://danieltomlinson.github.io/Persist"
}