[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 6 / 1 / Persistable / 1.2.1 / Persistable.podspec.json
blob32a2ee5fae6f11c9c3b0c99794b9b931baddb3bf
2   "name": "Persistable",
3   "version": "1.2.1",
4   "summary": "Simple type safe persistable values to use as settings within your app.",
5   "homepage": "https://github.com/dclelland/Persistable",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/Persistable.git",
14     "tag": "1.2.1"
15   },
16   "swift_version": "4.2",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "ios": {
22     "source_files": "Persistable.swift"
23   },
24   "osx": {
25     "source_files": "Persistable.swift"
26   }