[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 6 / 1 / Persistable / 1.2.0 / Persistable.podspec.json
bloba84d417a15ffbeb52a366e4a045d11e6307c123d
2   "name": "Persistable",
3   "version": "1.2.0",
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.0"
15   },
16   "requires_arc": true,
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   }