[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 9 / b / a / PersistentStorageSerializable / 1.1.2 / PersistentStorageSerializable.podspec.json
blob2c4754151cb7507ae8274c29797392a0623bc82d
2   "name": "PersistentStorageSerializable",
3   "version": "1.1.2",
4   "summary": "Swift library that makes easier to serialize the user's preferences class/struct with system User Defaults or Property List file on disk.",
5   "description": "Number of protocols from this pod helps to serialize swift class or structure to persistent storage like User Defaults or Keychain. The class/structure must contain properties of simple data type only. These types are: Data, String, Int, Float, Double, Bool, URL, Date, Array, or Dictionary<String, *>.\nAdopt the PersistentStorageSerializable protocol from your struct. Then call pullFromUserDefaults() or  pushToUserDefaults() on instance of your struct.",
6   "homepage": "https://github.com/IvanRublev/PersistentStorageSerializable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "IvanRublev": "ivan@ivanrublev.me"
13   },
14   "source": {
15     "git": "https://github.com/IvanRublev/PersistentStorageSerializable.git",
16     "tag": "1.1.2"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "PersistentStorageSerializable/Classes/**/*",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Reflection": [
26       "~> 0.14"
27     ]
28   },
29   "pushed_with_swift_version": "3.1"