[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 0 / 3 / KMDDeDupeDictionaries / 0.0.1 / KMDDeDupeDictionaries.podspec.json
blobb5f0a9b0d9982d78bb8886e2561633b84b08a885
2   "name": "KMDDeDupeDictionaries",
3   "version": "0.0.1",
4   "summary": "iOS Library to track if dictionaries are duplicated within a timeout.",
5   "description": "iOS Library to track if dictionaries are duplicated within a given timeout period. This can be useful for example in discarding duplicate remote notifications by examining the dictionaries sent from the server.\n\nThis libary supports overriding the default storage type (PList) with custom storage such as SQLLite or NSUserDefaults. Simply conform to KMDDDStorageType and set StorageType to be custom on the manager.",
6   "homepage": "https://github.com/KomodoHQ/KMDDeDupeDictionaries",
7   "license": "MIT",
8   "authors": {
9     "Ian Outterside": "ian@komododigital.co.uk"
10   },
11   "source": {
12     "git": "https://github.com/KomodoHQ/KMDDeDupeDictionaries.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "KMDDeDupeDictionaries": [
22       "Pod/Assets/*.png"
23     ]
24   }