[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / b / ZHNBaseSingleton / 0.0.4 / ZHNBaseSingleton.podspec.json
blobbccd12dcb81576af7cf28c7bf1405305ada78db6
2   "name": "ZHNBaseSingleton",
3   "version": "0.0.4",
4   "summary": "Singleton with simple implementation.",
5   "homepage": "https://github.com/zhukov-ever/ZHNBaseSingleton",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Zhn": "zhukov.ever@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/zhukov-ever/ZHNBaseSingleton.git",
18     "tag": "0.0.4"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "public_header_files": "Classes/**/*.h",
25   "frameworks": "Foundation",
26   "requires_arc": true,
27   "deprecated_in_favor_of": "ZHNSingleton"