[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 8 / e / UMengFeedback / 2.1 / UMengFeedback.podspec.json
blobdb546f664a25604a00954e925f61c43a5ed877ba
2   "name": "UMengFeedback",
3   "version": "2.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/quick-start",
7   "screenshots": "http://dev.umeng.com/files/download/FF12349C253116FA7E3F27C091AEE852.png",
8   "license": {
9     "type": "Copyright",
10     "text": "      Copyright 2011 - 2014 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/files/download/UMFeedback_iOS_2.1.zip"
21   },
22   "source_files": [
23     "**/UMFeedback.h",
24     "**/UMRecorder.h"
25   ],
26   "preserve_paths": [
27     "**/libUMFeedback.a",
28     "**/Base.lproj/UMFeedbackLocalizable.strings",
29     "**/zh-Hans.lproj/UMFeedbackLocalizable.strings",
30     "**/Resources/*",
31     "**/UMOpus/*"
32   ],
33   "libraries": [
34     "UMFeedback",
35     "UMOpus"
36   ],
37   "requires_arc": true,
38   "xcconfig": {
39     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/UMengFeedback/**\""
40   }