[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / 5 / HelpStack / 1.1.2 / HelpStack.podspec.json
blobd04cd53ad39ffc1adfd6d16fbb434561a1115e6f
2   "name": "HelpStack",
3   "version": "1.1.2",
4   "summary": "In-app customer support framework",
5   "description": "See helpstack.io for more details",
6   "homepage": "https://github.com/happyfoxinc/helpstack",
7   "social_media_url": "https://twitter.com/helpstacksdk",
8   "license": "MIT",
9   "authors": {
10     "HappyFox": "ios@happyfox.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/happyfoxinc/helpstack.git",
17     "tag": "1.1.2",
18     "submodules": true
19   },
20   "resources": [
21     "Resources/*.png",
22     "Resources/*.storyboard"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.0"
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "CoreGraphics"
32   ],
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "Util",
37       "source_files": "Classes/Util/*.{h,m}"
38     },
39     {
40       "name": "Core",
41       "dependencies": {
42         "HelpStack/Util": [
44         ]
45       },
46       "source_files": "Classes/Core/*.{h,m}"
47     },
48     {
49       "name": "Stacks",
50       "dependencies": {
51         "HelpStack/Util": [
53         ],
54         "HelpStack/Core": [
56         ]
57       },
58       "source_files": "Classes/Stacks/**/*.{h,m}"
59     },
60     {
61       "name": "UI",
62       "dependencies": {
63         "HelpStack/Util": [
65         ],
66         "HelpStack/Core": [
68         ],
69         "HelpStack/Stacks": [
71         ]
72       },
73       "source_files": "Classes/UI/*.{h,m}"
74     }
75   ]