[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 8 / 0 / HyUIActionEvent / 0.1.0 / HyUIActionEvent.podspec.json
blobfaded35ffe0f21c14663fd862728b77b8376c7b9
2   "name": "HyUIActionEvent",
3   "version": "0.1.0",
4   "summary": "An elegant way to handle UI action events based on UIResponder.",
5   "license": "MIT",
6   "description": "An elegant way to handle UI action events based on UIResponder, simply and powerful.",
7   "homepage": "https://github.com/HyanCat/HyUIActionEvent",
8   "authors": {
9     "HyanCat": "hyancat@live.cn"
10   },
11   "source": {
12     "git": "https://github.com/HyanCat/HyUIActionEvent.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "HyUIActionEvent/Classes/Core/*.{h,m}",
28       "public_header_files": "HyUIActionEvent/Classes/Core/*.h"
29     },
30     {
31       "name": "Transition",
32       "dependencies": {
33         "HyUIActionEvent/Core": [
35         ]
36       },
37       "source_files": "HyUIActionEvent/Classes/Transition/*.{h,m}",
38       "public_header_files": "HyUIActionEvent/Classes/Transition/*.h"
39     }
40   ]