[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 3 / b / ZHNBaseSingleton / 0.0.3 / ZHNBaseSingleton.podspec.json
blob78564c991ff2ff1aff9e7560bfc07df2d3ef1f0c
2   "name": "ZHNBaseSingleton",
3   "version": "0.0.3",
4   "summary": "Singleton with one line 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.3"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "public_header_files": "Classes/**/*.h",
25   "frameworks": "Foundation",
26   "requires_arc": true