[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / b / c / f / iOS-UMengMessage / 1.2.5 / iOS-UMengMessage.podspec.json
blob671628bf1d1168261d5aec61f5d79c85562785a1
2   "name": "iOS-UMengMessage",
3   "version": "1.2.5",
4   "summary": "友盟消息推送SDK无IDFA版",
5   "description": "友盟消息推送SDK无IDFA版\n1.2.5 主要更新:\n  添加tag数量上限从64个提高到1024个。\n1.2.3 主要更新:\n  更新了日志发送策略\n1.2.2 主要更新:\n  新增setalias接口,使用的时候可以移除该alias绑定的历史设备。\n  新增SetUniqueID接口,允许用户以自定义的唯一标记来替换友盟SDK中目前使用的OpenUDID的方案。",
6   "homepage": "http://dev.umeng.com/push/ios/integration",
7   "license": {
8     "type": "Copyright",
9     "text": "Umeng.com , All Rights Reserved."
10   },
11   "authors": {
12     "UMeng": "http://www.umeng.com/"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/cgs3238/iOS-UMengMessage.git",
19     "tag": "1.2.5"
20   },
21   "source_files": "UMessage_Sdk_1.2.5/*.{h,m}",
22   "public_header_files": "UMessage_Sdk_1.2.5/*.h",
23   "preserve_paths": "UMessage_Sdk_1.2.5/libUMessage_Sdk_1.2.5.a",
24   "libraries": "UMessage_Sdk_1.2.5",
25   "requires_arc": true,
26   "xcconfig": {
27     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/iOS-UMengMessage/UMessage_Sdk_1.2.5/"
28   }