blob: 02aa1f8e8ef9ac9ebe202267030e0396e9c3c4ea [file] [log] [blame]
{
"name": "MTEThreadsafeCollections",
"version": "1.0.0",
"summary": "A collection of threadsafe replacements of NSMutableArray, NSMutableDictionary and NSMutableSet",
"homepage": "https://www.mateforevents.com",
"license": "MIT",
"authors": {
"mheicke": "matthias.heicke@mateforevents.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/mateforevents/MTEThreadsafeCollections.git",
"tag": "v1.0.0"
},
"subspecs": [
{
"name": "Array",
"source_files": "Pod/MTEThreadsafeArray.{h,m}"
},
{
"name": "Dictionary",
"source_files": "Pod/MTEThreadsafeDictionary.{h,m}"
},
{
"name": "Set",
"source_files": "Pod/MTEThreadsafeSet.{h,m}"
}
]
}