[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / 8 / e / UMengFeedback / 2.2 / UMengFeedback.podspec.json
blob9c71e1a6add1350b879cb2a2532eff9289acaf83
2   "name": "UMengFeedback",
3   "version": "2.2",
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 - 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/system/resources/W1siZiIsIjIwMTUvMDUvMDUvMTFfMjhfMjdfMzI1X1VNRmVlZGJhY2tfaU9TXzIuMi56aXAiXV0/UMFeedback_iOS_2.2.zip"
21   },
22   "resources": [
23     "**/zh-Hans.lproj/UMFeedbackLocalizable.strings",
24     "**/Resources/*"
25   ],
26   "source_files": [
27     "**/UMFeedback.h",
28     "**/UMRecorder.h",
29     "**/UMOpus/*"
30   ],
31   "preserve_paths": [
32     "**/libUMFeedback.a",
33     "**/Base.lproj/UMFeedbackLocalizable.strings",
34     "**/zh-Hans.lproj/UMFeedbackLocalizable.strings",
35     "**/Resources/*",
36     "**/UMOpus/*"
37   ],
38   "libraries": [
39     "UMFeedback",
40     "UMOpus"
41   ],
42   "frameworks": "AVFoundation",
43   "requires_arc": true,
44   "xcconfig": {
45     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/UMengFeedback/**\""
46   }