[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / e / 7 / PlistManager / 0.1.1 / PlistManager.podspec.json
blob3a090e0beff88c3d95270475105dd2b5c9d2cb56
2   "name": "PlistManager",
3   "version": "0.1.1",
4   "summary": "Lightweight plist data management framework, leveraging Codable in Swift",
5   "description": "Easily CRUD anything that conforms to Codable to locally stored Plist files, leveraging the latest native Swift features.",
6   "homepage": "https://github.com/janakmshah/PlistManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Janak Shah": "janak.shah@cuvva.com"
13   },
14   "source": {
15     "git": "https://github.com/janakmshah/PlistManager.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PlistManager/Classes/**/*",
22   "frameworks": "Foundation",
23   "swift_versions": "5.0",
24   "swift_version": "5.0"