blob: 0ebfd2954ea1f53162e4bbc9d5b4124d5115f47c [file] [log] [blame]
{
"name": "swift-persist",
"version": "0.1.0",
"summary": "Swift library for persistent storage on iOS and OS X.",
"homepage": "https://github.com/vasarhelyia/swift-persist",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "vasarhelyia",
"social_media_url": "http://twitter.com/vasarhelyia",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/vasarhelyia/swift-persist.git",
"tag": "v0.1.0"
},
"source_files": "PersistentStorage.swift",
"exclude_files": "SwiftStorageTest/*"
}