[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / d / MaxIssues / 0.0.3 / MaxIssues.podspec.json
blobaf811d0620efeb7da3dad95ef2a5e4463ec2b9fe
2   "name": "MaxIssues",
3   "version": "0.0.3",
4   "summary": "MaxLeap Services provides all-in-one cloud services for developers.",
5   "homepage": "https://maxleap.com",
6   "license": {
7     "type": "Creative Commons Zero v1.0 Universal",
8     "file": "LICENSE.txt"
9   },
10   "authors": "MaxLeap",
11   "source": {
12     "git": "https://github.com/MaxLeap/Module-MaxIssues-iOS.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Source/*.{h,m}",
21     "Source/**/*.{h,m}",
22     "Source/**/**/*.{h,m}"
23   ],
24   "public_header_files": [
25     "Source/UI/HCConversationViewController.h",
26     "Source/UI/HCBaseViewController.h",
27     "Source/UI/HCNavigationController.h"
28   ],
29   "resources": "Source/Resources/*.bundle",
30   "frameworks": [
31     "Foundation",
32     "UIKit"
33   ],
34   "dependencies": {
35     "MaxLeap/Core": [
36       "~> 2.1"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "GCC_PREPROCESSOR_DEFINITIONS": "MLLogTag=@\\\"${TARGET_NAME}\\\""
41   }