| { |
| "name": "LMStorage", |
| "version": "1.0.0", |
| "summary": "💾 LMStorage is a framework which reduces the complexity of managing a persistent layer.", |
| "requires_arc": true, |
| "homepage": "https://github.com/thejohnlima/LMStorage", |
| "license": "MIT", |
| "authors": { |
| "John Lima": "thejohnlima@icloud.com" |
| }, |
| "social_media_url": "https://twitter.com/thejohnlima", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/thejohnlima/LMStorage.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Sources/LMStorage/**/*.{swift}", |
| "swift_versions": "5.0", |
| "dependencies": { |
| "KeychainSwift": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |