[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 1 / b / EPush / 1.0.0 / EPush.podspec.json
blob1ecdd11e89a5b3f3cca305d83b829d6cace2b587
2   "name": "EPush",
3   "version": "1.0.0",
4   "license": {
5     "type": "Copyright",
6     "text": "Hyphenate Inc. 2017"
7   },
8   "summary": "An Objective-C client for PUSH service",
9   "homepage": "http://www.easemob.com/",
10   "authors": {
11     "Hyphenate Inc.": "sdk@easemob.com"
12   },
13   "source": {
14     "http": "https://downloadsdk.easemob.com/downloads/EMPush_iOS/EMPush_1_0_0.zip"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "preserve_paths": "*.framework",
21   "vendored_frameworks": "*.framework",
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-ObjC"
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
27     "VALID_ARCHS": "arm64 armv7 x86_64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   }