[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / f / MTEThreadsafeCollections / 1.0.2 / MTEThreadsafeCollections.podspec.json
blob17cd19a244ffd741d9826fd10bb16f2e7d7438ee
2   "name": "MTEThreadsafeCollections",
3   "version": "1.0.2",
4   "summary": "Threadsafe collections as replacement for NSMutableArray/Dictionary/Set",
5   "description": "A collection of threadsafe replacements for NSMutableArray, NSMutableDictionary and NSMutableSet. Uses GCD dispatch queues for threadsafety.",
6   "homepage": "https://github.com/mateforevents/MTEThreadsafeCollections",
7   "license": "MIT",
8   "authors": {
9     "mheicke": "matthias.heicke@mateforevents.com"
10   },
11   "social_media_url": "https://www.facebook.com/mateforevents",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/mateforevents/MTEThreadsafeCollections.git",
18     "tag": "v1.0.2"
19   },
20   "subspecs": [
21     {
22       "name": "Array",
23       "source_files": "Pod/MTEThreadsafeArray.{h,m}"
24     },
25     {
26       "name": "Dictionary",
27       "source_files": "Pod/MTEThreadsafeDictionary.{h,m}"
28     },
29     {
30       "name": "Set",
31       "source_files": "Pod/MTEThreadsafeSet.{h,m}"
32     }
33   ]