[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 8 / e / UMengFeedback / 2.3.1 / UMengFeedback.podspec.json
blobc97555756e3453fe17f13cdde74d037527c96dfc
2   "name": "UMengFeedback",
3   "version": "2.3.1",
4   "summary": "UMeng's official Feedback SDK for iOS.",
5   "description": "UMeng Feedback SDK provide users and developers two way feedback communication.\n",
6   "homepage": "http://dev.umeng.com/feedback/ios/integration",
7   "screenshots": "http://dev.umeng.com/files/download/FF12349C253116FA7E3F27C091AEE852.png",
8   "license": {
9     "type": "Copyright",
10     "text": "      Copyright 2011 - 2015 UMeng.com. All rights reserved.\n"
11   },
12   "authors": {
13     "UMeng": "feedback-support@umeng.com"
14   },
15   "social_media_url": "http://weibo.com/umengcom",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source": {
20     "http": "http://dev.umeng.com/system/resources/W1siZiIsIjIwMTUvMDYvMTEvMTVfMTNfNTZfMzQ4X1VNRmVlZGJhY2tfaU9TXzIuMy4xLnppcCJdXQ/UMFeedback_iOS_2.3.1.zip"
21   },
22   "resources": [
23     "**/zh-Hans.lproj/UMFeedbackLocalizable.strings",
24     "**/Resources/*"
25   ],
26   "source_files": [
27     "**/UMFeedback.h",
28     "**/UMRecorder.h",
29     "**/UMOpenMacros.h",
30     "**/UMOpus/*",
31     "**/UMFeedbackViewController.*",
32     "**/Views/*",
33     "**/RecordView/UMRadialView.*"
34   ],
35   "preserve_paths": [
36     "**/libUMFeedback.a",
37     "**/Base.lproj/UMFeedbackLocalizable.strings",
38     "**/zh-Hans.lproj/UMFeedbackLocalizable.strings",
39     "**/Resources/*",
40     "**/UMOpus/*",
41     "**/UMFeedbackViewController.*",
42     "**/Views/*",
43     "**/RecordView/UMRadialView.*"
44   ],
45   "libraries": [
46     "UMFeedback",
47     "UMOpus"
48   ],
49   "frameworks": "AVFoundation",
50   "requires_arc": true,
51   "xcconfig": {
52     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/UMengFeedback/**\""
53   }