[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 6 / 9 / HLTNotification / 0.2.4 / HLTNotification.podspec.json
blob1e2caaf481eb621021872c14c33838c748e7e3a6
2   "name": "HLTNotification",
3   "version": "0.2.4",
4   "summary": "A short description of HLTNotification.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/nscribble/HLTNotification",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nscribble": "awake.gtd@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nscribble/HLTNotification.git",
16     "tag": "0.2.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HLTNotification/Classes/{Core,Private}/*.{h,m}",
22   "private_header_files": "HLTNotification/Classes/Private/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "default_subspecs": [
28     "Core",
29     "UIComponents"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "HLTNotification/Classes/{Core,Private}/*.{h,m}",
35       "private_header_files": "HLTNotification/Classes/Private/*.h"
36     },
37     {
38       "name": "UIComponents",
39       "source_files": "HLTNotification/Classes/UIComponents/*.{h,m}",
40       "dependencies": {
41         "HLTNotification/Core": [
43         ],
44         "SDWebImage/Core": [
46         ],
47         "Masonry": [
49         ],
50         "RNTimer": [
52         ]
53       }
54     }
55   ]