[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 1 / 9 / 8 / EMPush / 0.1.0 / EMPush.podspec.json
blobd6a3f626642cdcdb555f3708ef5b44d3af23da57
2   "name": "EMPush",
3   "version": "0.1.0",
4   "license": {
5     "type": "Copyright",
6     "text": "Hyphenate Inc. 2017"
7   },
8   "summary": "An Objective-C client for push notification",
9   "description": "EMPush provides online push and remote push services, positioning to provide developers with low delay, high delivery, high concurrency, and non-infringement of users personal data instant push services. Effectively improve activity, increase user engagement, and achieve business growth",
10   "homepage": "http://www.easemob.com/",
11   "authors": {
12     "Hyphenate Inc.": "sdk@easemob.com"
13   },
14   "source": {
15     "http": "https://downloadsdk.easemob.com/downloads/EMPush0_1_0.zip"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "preserve_paths": "*.framework",
22   "vendored_frameworks": "*.framework",
23   "xcconfig": {
24     "OTHER_LDFLAGS": "-ObjC"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "VALID_ARCHS": "arm64 armv7 x86_64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   }