[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 1 / HQAClient / 0.1.6 / HQAClient.podspec.json
blob42b4dc571d12d69dc434b4975a1b15ae9a4790fa
2   "name": "HQAClient",
3   "version": "0.1.6",
4   "summary": "honeyqa client for iOS Devices",
5   "description": "# honeyqa iOS Client\nMobile crash report service [link](https://honeyqa.io)",
6   "homepage": "https://github.com/honeyqa/honeyqa-iOS",
7   "license": "MIT",
8   "authors": {
9     "devholic": "devholic@plusquare.com"
10   },
11   "source": {
12     "git": "https://github.com/honeyqa/honeyqa-iOS.git",
13     "tag": "0.1.6"
14   },
15   "social_media_url": "https://www.facebook.com/groups/1398899177025363/",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.3"
24     ],
25     "JSONKit-NoWarning": [
26       "~> 1.2"
27     ],
28     "KeychainItemWrapper": [
29       "~> 1.2"
30     ],
31     "Reachability": [
32       "~> 3.2"
33     ]
34   },
35   "ios": {
36     "preserve_paths": "Pod/Externals/*.framework",
37     "vendored_frameworks": "Pod/Externals/CrashReporter.framework",
38     "resources": "Pod/Externals/CrashReporter.framework",
39     "xcconfig": {
40       "LD_RUNPATH_SEARCH_PATHS": "\"$(PODS_ROOT)/MyPod/MyPodSubdir/Externals\""
41     }
42   }