[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / b / e / f / MTEThreadsafeCollections / 1.0.0 / MTEThreadsafeCollections.podspec.json
blob02aa1f8e8ef9ac9ebe202267030e0396e9c3c4ea
2   "name": "MTEThreadsafeCollections",
3   "version": "1.0.0",
4   "summary": "A collection of threadsafe replacements of NSMutableArray, NSMutableDictionary and NSMutableSet",
5   "homepage": "https://www.mateforevents.com",
6   "license": "MIT",
7   "authors": {
8     "mheicke": "matthias.heicke@mateforevents.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/mateforevents/MTEThreadsafeCollections.git",
16     "tag": "v1.0.0"
17   },
18   "subspecs": [
19     {
20       "name": "Array",
21       "source_files": "Pod/MTEThreadsafeArray.{h,m}"
22     },
23     {
24       "name": "Dictionary",
25       "source_files": "Pod/MTEThreadsafeDictionary.{h,m}"
26     },
27     {
28       "name": "Set",
29       "source_files": "Pod/MTEThreadsafeSet.{h,m}"
30     }
31   ]