[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 9 / 5 / SKThreadSafeReference / 0.2 / SKThreadSafeReference.podspec.json
blob8742de6362178a4ad43bcbc7e68733e09c39a467
2   "name": "SKThreadSafeReference",
3   "version": "0.2",
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/SKAsyncGLViewController",
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.2"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "Realm": [
29     ]
30   }