[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 2 / a / DLSubclassAwareSingleton / 1.0.0 / DLSubclassAwareSingleton.podspec.json
blobf2defc5b880f17e60703bd00d06aee33051db9bc
2   "name": "DLSubclassAwareSingleton",
3   "version": "1.0.0",
4   "summary": "Singleton pattern implementation with support for specific instances per subclass.",
5   "homepage": "https://github.com/regexident/DLSubclassAwareSingleton",
6   "license": "BSD-3",
7   "authors": {
8     "Vincent Esche": "regexident@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/regexident/DLSubclassAwareSingleton.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "DLSubclassAwareSingleton/NSObject+DLSubclassAwareSingleton.{h,m}",
15   "requires_arc": false