[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / 5 / SKThreadSafeReference / 0.5 / SKThreadSafeReference.podspec.json
blobcf8e4b037035eff56529b686f0e272b6f6eeb188
2   "name": "SKThreadSafeReference",
3   "version": "0.5",
4   "summary": "Wrapper around Realm's RLMThreadSafeReference",
5   "description": "SKThreadSafeReference - small and very simple wrapper around Realm's RLMThreadSafeReference, that makes working with non-default Realm's configuration much easier.",
6   "homepage": "https://github.com/stephenkopylov/SKThreadSafeReference",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stephen Kopylov": "stephen@expertoption.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/stephenkopylov/SKThreadSafeReference.git",
19     "tag": "0.5"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "Realm": [
29     ]
30   }